Skip to content

Commit

Permalink
Add hipblaslt to math-ci dependencies (#323)
Browse files Browse the repository at this point in the history
The rocBLAS library now depends on hipBLASLt,
and hipBLASLt depends on hipBLAS-common.
  • Loading branch information
amd-garydeng authored Aug 28, 2024
1 parent be7189d commit 2278c0d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .jenkins/debug.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .jenkins/multicompiler.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .jenkins/precheckin.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .jenkins/static.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2278c0d

Please sign in to comment.