We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9452e5c + a513107 commit 4a0c5a0Copy full SHA for 4a0c5a0
scripts/bitcodes/compile.py
@@ -100,7 +100,7 @@ def compileAmd():
100
101
102
if hip_sdk_version_num >= 63:
103
- gpus_archs.append('gfx1152')
+ gpus.append('gfx1152')
104
105
if hip_sdk_version_num >= 62: # Navi4 supported from 6.2
106
gpus.append('gfx1200')
scripts/bitcodes/precompile_bitcode.py
@@ -107,7 +107,7 @@ def compileAmd():
107
108
109
110
111
112
113
0 commit comments