Skip to content

Commit

Permalink
update dependencies in .jenkins (#519)
Browse files Browse the repository at this point in the history
  • Loading branch information
amd-garydeng authored Aug 28, 2024
1 parent 36f9b63 commit 570dd77
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .jenkins/extended.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def runCI =
prj.paths.build_command = './install.sh -c'
prj.compiler.compiler_name = 'c++'
prj.compiler.compiler_path = 'c++'
prj.libraryDependencies = ['rocBLAS', 'rocSPARSE', 'rocPRIM']
prj.libraryDependencies = ['hipBLAS-common', 'hipBLASLt', 'rocBLAS', 'rocSPARSE', 'rocPRIM']
prj.defaults.ccache = false

// 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 @@ -18,7 +18,7 @@ def runCI =
prj.paths.build_command = './install.sh -c'
prj.compiler.compiler_name = 'c++'
prj.compiler.compiler_path = 'c++'
prj.libraryDependencies = ['rocBLAS', 'rocSPARSE', 'rocPRIM']
prj.libraryDependencies = ['hipBLAS-common', 'hipBLASLt', 'rocBLAS', 'rocSPARSE', 'rocPRIM']
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 @@ -18,7 +18,7 @@ def runCI =
prj.paths.build_command = './install.sh -c --static'
prj.compiler.compiler_name = 'amdclang++'
prj.compiler.compiler_path = '/opt/rocm/bin/amdclang++'
prj.libraryDependencies = ['rocBLAS', 'rocSPARSE', 'rocPRIM']
prj.libraryDependencies = ['hipBLAS-common', 'hipBLASLt', 'rocBLAS', 'rocSPARSE', 'rocPRIM']
prj.defaults.ccache = false

// Define test architectures, optional rocm version argument is available
Expand Down

0 comments on commit 570dd77

Please sign in to comment.