From 2e93925311eb8db85b3451f4a5bda6a3f9051473 Mon Sep 17 00:00:00 2001 From: Daniel Su Date: Thu, 31 Jul 2025 12:42:04 -0400 Subject: [PATCH] [Ex CI] disable rocSPARSE to hipSOLVER downstream path (#5134) --- .azuredevops/components/rocSPARSE.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.azuredevops/components/rocSPARSE.yml b/.azuredevops/components/rocSPARSE.yml index 698f223f0..6fc4cfed3 100644 --- a/.azuredevops/components/rocSPARSE.yml +++ b/.azuredevops/components/rocSPARSE.yml @@ -88,12 +88,12 @@ parameters: - rocSPARSE_build # hipSOLVER depends on both rocSOLVER and rocSPARSE # for a unified build, rocSOLVER will be the one to call hipSOLVER - - hipSOLVER: - name: hipSOLVER - sparseCheckoutDir: projects/hipsolver - skipUnifiedBuild: 'true' - buildDependsOn: - - rocSPARSE_build + # - hipSOLVER: + # name: hipSOLVER + # sparseCheckoutDir: projects/hipsolver + # skipUnifiedBuild: 'true' + # buildDependsOn: + # - rocSPARSE_build jobs: - ${{ each job in parameters.jobMatrix.buildJobs }}: