Skip to content

Commit 4f6a577

Browse files
ThorBlronlieb
authored andcommitted
Removed all occurences related to AQUA_VANJARAM (MI300) from ArchOffload's config files. They will be added again if they are made publicly available. In the meantime, HSA is used to detect all kinds of GFX94* devices.
Change-Id: If2fcd3b3d4fff66115f31202eced08d9472cb673
1 parent 33d4bc1 commit 4f6a577

File tree

3 files changed

+0
-17
lines changed

3 files changed

+0
-17
lines changed

llvm/lib/OffloadArch/amdgpu/codename2offloadarch.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
ALDEBARAN gfx90a
2-
AQUA_VANJARAM gfx940
3-
AQUA_VANJARAM gfx941
42
ARCTURUS gfx908
53
BEIGE_GOBY gfx1034
64
CARRIZO gfx801

llvm/lib/OffloadArch/amdgpu/pciid2codename.txt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
1002:0061 0000 0000 AQUA_VANJARAM : AQUA_VANJARAM
2-
1002:0062 0000 0000 AQUA_VANJARAM : AQUA_VANJARAM
3-
1002:74a0 0000 0000 AQUA_VANJARAM : AQUA_VANJARAM
4-
1002:74a1 0000 0000 AQUA_VANJARAM : AQUA_VANJARAM
51
1002:1304 0000 0000 SPECTRE : Spectre
62
1002:1305 0000 0000 SPECTRE : Spectre
73
1002:1306 0000 0000 SPECTRE : Spectre

llvm/lib/OffloadArch/generated_offload_arch.h

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@ typedef enum {
3030
AOT_GFX908,
3131
AOT_GFX90A,
3232
AOT_GFX90C,
33-
AOT_GFX940,
34-
AOT_GFX941,
3533
AOT_SM_30,
3634
AOT_SM_35,
3735
AOT_SM_50,
@@ -41,7 +39,6 @@ typedef enum {
4139
} AOT_OFFLOADARCH;
4240
typedef enum {
4341
AOT_CN_ALDEBARAN,
44-
AOT_CN_AQUA_VANJARAM,
4542
AOT_CN_ARCTURUS,
4643
AOT_CN_BEIGE_GOBY,
4744
AOT_CN_CARRIZO,
@@ -106,7 +103,6 @@ struct AOT_TABLE_ENTRY{
106103
};
107104
extern const AOT_CODENAME_ID_TO_STRING AOT_CODENAMES[] = {
108105
{AOT_CN_ALDEBARAN, "ALDEBARAN"},
109-
{AOT_CN_AQUA_VANJARAM, "AQUA_VANJARAM"},
110106
{AOT_CN_ARCTURUS, "ARCTURUS"},
111107
{AOT_CN_BEIGE_GOBY, "BEIGE_GOBY"},
112108
{AOT_CN_CARRIZO, "CARRIZO"},
@@ -180,8 +176,6 @@ extern const AOT_OFFLOADARCH_TO_STRING AOT_OFFLOADARCHS[] = {
180176
{AOT_GFX908, "gfx908"},
181177
{AOT_GFX90A, "gfx90a"},
182178
{AOT_GFX90C, "gfx90c"},
183-
{AOT_GFX940, "gfx940"},
184-
{AOT_GFX941, "gfx941"},
185179
{AOT_SM_30, "sm_30"},
186180
{AOT_SM_35, "sm_35"},
187181
{AOT_SM_50, "sm_50"},
@@ -190,9 +184,6 @@ extern const AOT_OFFLOADARCH_TO_STRING AOT_OFFLOADARCHS[] = {
190184
{AOT_SM_70, "sm_70"},
191185
};
192186
extern const AOT_TABLE_ENTRY AOT_TABLE[] = {
193-
{ 0x1002, 0x0061, AOT_CN_AQUA_VANJARAM, AOT_GFX940 },
194-
{ 0x1002, 0x0062, AOT_CN_AQUA_VANJARAM, AOT_GFX940 },
195-
{ 0x1002, 0x74a1, AOT_CN_AQUA_VANJARAM, AOT_GFX941 },
196187
{ 0x1002, 0x1304, AOT_CN_SPECTRE, AOT_GFX700 },
197188
{ 0x1002, 0x1305, AOT_CN_SPECTRE, AOT_GFX700 },
198189
{ 0x1002, 0x1306, AOT_CN_SPECTRE, AOT_GFX700 },
@@ -370,8 +361,6 @@ extern const AOT_TABLE_ENTRY AOT_TABLE[] = {
370361
{ 0x1002, 0x7423, AOT_CN_BEIGE_GOBY, AOT_GFX1034 },
371362
{ 0x1002, 0x743F, AOT_CN_BEIGE_GOBY, AOT_GFX1034 },
372363
{ 0x1002, 0x744C, AOT_CN_PLUM_BONITO, AOT_GFX1100 },
373-
{ 0x1002, 0x74a0, AOT_CN_AQUA_VANJARAM, AOT_GFX940 },
374-
{ 0x1002, 0x74a1, AOT_CN_AQUA_VANJARAM, AOT_GFX941 },
375364
{ 0x1002, 0x9870, AOT_CN_CARRIZO, AOT_GFX801 },
376365
{ 0x1002, 0x9874, AOT_CN_CARRIZO, AOT_GFX801 },
377366
{ 0x1002, 0x9875, AOT_CN_CARRIZO, AOT_GFX801 },

0 commit comments

Comments
 (0)