rocm: add gfx90a (#27823)
This commit is contained in:
parent
1314273a42
commit
d458e82286
@ -91,7 +91,7 @@ class ROCmPackage(PackageBase):
|
||||
# Possible architectures
|
||||
amdgpu_targets = (
|
||||
'gfx701', 'gfx801', 'gfx802', 'gfx803',
|
||||
'gfx900', 'gfx906', 'gfx908', 'gfx1010',
|
||||
'gfx900', 'gfx906', 'gfx908', 'gfx90a', 'gfx1010',
|
||||
'gfx1011', 'gfx1012'
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user