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