mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-05-15 18:42:06 +00:00
Merge commit '7582c9e73fc3e580a2255988310cb25391f80162' into develop
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