Compare commits

...

3 Commits

Author SHA1 Message Date
Joseph Macaranas
e4051737e2 Update dependencies-rocm.yml 2025-06-13 03:07:42 -04:00
Joseph Macaranas
eed1aa09b4 Update rocALUTION.yml 2025-06-13 03:05:52 -04:00
Joseph Macaranas
a9f6a6651c [External CI] Add hipBLASLt dependency to MIVisionX 2025-06-13 03:03:18 -04:00
2 changed files with 12 additions and 12 deletions

View File

@@ -43,18 +43,19 @@ parameters:
- name: rocmDependencies
type: object
default:
- rocm-cmake
- llvm-project
- ROCR-Runtime
- AMDMIGraphX
- clr
- half
- hipBLASLt
- llvm-project
- MIOpen
- rocBLAS
- rocDecode
- rocm-cmake
- rocminfo
- rocprofiler-register
- half
- rocBLAS
- MIOpen
- AMDMIGraphX
- ROCR-Runtime
- rpp
- rocDecode
- name: rocmTestDependencies
type: object
default:
@@ -90,8 +91,7 @@ jobs:
variables:
- group: common
- template: /.azuredevops/variables-global.yml
pool:
vmImage: ${{ variables.BASE_BUILD_POOL }}
pool: ${{ variables.MEDIUM_BUILD_POOL }}
workspace:
clean: all
steps:

View File

@@ -26,6 +26,7 @@ parameters:
default:
- aomp
- clr
- hipBLASLt
- llvm-project
- rocBLAS
- rocminfo
@@ -73,8 +74,7 @@ jobs:
- template: /.azuredevops/variables-global.yml
- name: HIP_ROCCLR_HOME
value: $(Build.BinariesDirectory)/rocm
pool:
vmImage: ${{ variables.BASE_BUILD_POOL }}
pool: ${{ variables.MEDIUM_BUILD_POOL }}
workspace:
clean: all
steps: