mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-05-13 17:55:48 +00:00
Upgrade to ROCm7.1.1 as default compiler. (#3370)
* upgrade to rocm7.1.1 as new default compiler
* fix jenkinsfile
[ROCm/composable_kernel commit: 7582c9e73f]
This commit is contained in:
@@ -6,7 +6,7 @@ def __version__():
|
||||
import subprocess
|
||||
|
||||
# needs to be manually updated
|
||||
rocm_version = "7.0.1"
|
||||
rocm_version = "7.1.1"
|
||||
hash_width = 6
|
||||
try:
|
||||
hash = subprocess.check_output("git rev-parse HEAD", shell=True, text=True)[
|
||||
|
||||
Reference in New Issue
Block a user