ci-build scenario adjustments for aomp and rocm_smi_lib (#3185)

* Update rocm_smi_lib.yml

* Change checkout reference for aomp ci-build case
This commit is contained in:
Joseph Macaranas
2024-05-29 19:51:06 -04:00
committed by GitHub
parent 5930282993
commit 7207d815d1
2 changed files with 3 additions and 2 deletions

View File

@@ -8,12 +8,12 @@ resources:
type: github
endpoint: ROCm
name: ROCm/aomp
ref: ${{ parameters.checkoutRef }}
ref: aomp-dev
- repository: llvm-project_repo
type: github
endpoint: ROCm
name: ROCm/llvm-project
ref: ${{ parameters.checkoutRef }}
ref: amd-staging
pipelines:
- pipeline: rocr-runtime_pipeline
source: \ROCR-Runtime

View File

@@ -24,4 +24,5 @@ jobs:
parameters:
extraBuildFlags: >-
-DBUILD_TESTS=ON
-DROCM_DEP_ROCMCORE=ON
- template: ${{ variables.CI_TEMPLATE_PATH }}/steps/artifact-upload.yml