mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-04-19 22:39:03 +00:00
Upgrade to ROCm7.1.1 as default compiler. (#3370)
* upgrade to rocm7.1.1 as new default compiler * fix jenkinsfile
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