From 2278c0dd04496be42a4336c62e44d885c0f30027 Mon Sep 17 00:00:00 2001 From: amd-garydeng Date: Wed, 28 Aug 2024 00:21:29 -0500 Subject: [PATCH] Add hipblaslt to math-ci dependencies (#323) The rocBLAS library now depends on hipBLASLt, and hipBLASLt depends on hipBLAS-common. --- .jenkins/debug.groovy | 2 +- .jenkins/multicompiler.groovy | 2 +- .jenkins/precheckin.groovy | 2 +- .jenkins/static.groovy | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.jenkins/debug.groovy b/.jenkins/debug.groovy index e84f15eb..b28825ff 100644 --- a/.jenkins/debug.groovy +++ b/.jenkins/debug.groovy @@ -18,7 +18,7 @@ def runCI = // customize for project prj.paths.build_command = buildCommand - prj.libraryDependencies = ['rocBLAS-internal', 'rocSPARSE-internal', 'rocSOLVER', 'hipSPARSE'] + prj.libraryDependencies = ['hipBLAS-common', 'hipBLASLt', 'rocBLAS-internal', 'rocSPARSE-internal', 'rocSOLVER', 'hipSPARSE'] prj.defaults.ccache = true // Define test architectures, optional rocm version argument is available diff --git a/.jenkins/multicompiler.groovy b/.jenkins/multicompiler.groovy index 8615ef9b..fe682320 100644 --- a/.jenkins/multicompiler.groovy +++ b/.jenkins/multicompiler.groovy @@ -17,7 +17,7 @@ def runCI = //customize for project prj.paths.build_command = buildCommand - prj.libraryDependencies = ['rocBLAS-internal', 'rocSPARSE-internal', 'rocSOLVER', 'hipSPARSE'] + prj.libraryDependencies = ['hipBLAS-common', 'hipBLASLt', 'rocBLAS-internal', 'rocSPARSE-internal', 'rocSOLVER', 'hipSPARSE'] prj.defaults.ccache = true // Define test architectures, optional rocm version argument is available diff --git a/.jenkins/precheckin.groovy b/.jenkins/precheckin.groovy index c0d20261..74b052a3 100644 --- a/.jenkins/precheckin.groovy +++ b/.jenkins/precheckin.groovy @@ -17,7 +17,7 @@ def runCI = //customize for project prj.paths.build_command = buildCommand - prj.libraryDependencies = ['rocBLAS', 'rocSPARSE', 'rocSOLVER', 'hipSPARSE'] + prj.libraryDependencies = ['hipBLAS-common', 'hipBLASLt', 'rocBLAS', 'rocSPARSE', 'rocSOLVER', 'hipSPARSE'] prj.defaults.ccache = true // Define test architectures, optional rocm version argument is available diff --git a/.jenkins/static.groovy b/.jenkins/static.groovy index 7a6eb719..6d3e7431 100644 --- a/.jenkins/static.groovy +++ b/.jenkins/static.groovy @@ -15,7 +15,7 @@ def runCI = def prj = new rocProject('hipSOLVER', 'StaticLibrary') prj.paths.build_command = './install.sh -cd --static -p /opt/rocm/lib/cmake' - prj.libraryDependencies = ['rocBLAS', 'rocSPARSE', 'rocSOLVER', 'hipSPARSE', 'rocPRIM'] + prj.libraryDependencies = ['hipBLAS-common', 'hipBLASLt', 'rocBLAS', 'rocSPARSE', 'rocSOLVER', 'hipSPARSE', 'rocPRIM'] prj.defaults.ccache = true // Define test architectures, optional rocm version argument is available