rocm: add gfx90a (#27823)

This commit is contained in:
Tamara Dahlgren 2021-12-07 17:19:48 -08:00 committed by GitHub
parent 1314273a42
commit d458e82286
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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'
)