[Ex CI] add temporary downstream path from rocBLAS to hipBLAS (#5184)

This commit is contained in:
Daniel Su
2025-08-27 13:05:51 -04:00
committed by GitHub
parent 151a4bd7bc
commit eac9772fff

View File

@@ -115,6 +115,13 @@ parameters:
# buildDependsOn:
# - rocBLAS_build
# - rocPRIM_build
# temporary rocblas->hipblas downstream path while the SOLVERs are disabled
- hipBLAS:
name: hipBLAS
sparseCheckoutDir: projects/hipblas
skipUnifiedBuild: 'false'
buildDependsOn:
- rocBLAS_build
jobs:
- ${{ each job in parameters.jobMatrix.buildJobs }}: