rocm: add all GFX9, GFX10 and GFX11 amdgpu_targets (#33871)

This change adds all documented AMDGPU processors from GFX9 through GFX11 and sorts the list.
This commit is contained in:
Cory Bloor 2022-11-14 11:11:22 -07:00 committed by GitHub
parent 277e35c3b0
commit 6e39efbb9a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -96,18 +96,33 @@ class ROCmPackage(PackageBase):
"gfx803",
"gfx900",
"gfx900:xnack-",
"gfx902",
"gfx904",
"gfx906",
"gfx908",
"gfx90a",
"gfx906:xnack-",
"gfx908",
"gfx908:xnack-",
"gfx909",
"gfx90a",
"gfx90a:xnack-",
"gfx90a:xnack+",
"gfx90c",
"gfx940",
"gfx1010",
"gfx1011",
"gfx1012",
"gfx1013",
"gfx1030",
"gfx1031",
"gfx1032",
"gfx1033",
"gfx1034",
"gfx1035",
"gfx1036",
"gfx1100",
"gfx1101",
"gfx1102",
"gfx1103",
)
variant("rocm", default=False, description="Enable ROCm support")