Added gfx94x and gfx11xx IDs to enumerator (#5)
[ROCm/rocminfo commit: 9638da7467]
This commit is contained in:
@@ -49,6 +49,10 @@ ISA_TO_ID = {
|
||||
"gfx90a" : [0x7408, 0x740c, 0x740f, 0x7410],
|
||||
# Renoir
|
||||
"gfx90c" : [0x15e7, 0x1636, 0x1638, 0x164c],
|
||||
|
||||
# Instinct MI300 series
|
||||
"gfx942" : [0x74a1, 0x74a2, 0x74a5, 0x74a9, 0x74b5, 0x74b6, 0x74bd],
|
||||
|
||||
# Navi10
|
||||
"gfx1010" : [0x7310, 0x7312, 0x7318, 0x7319, 0x731a, 0x731b, 0x731e, 0x731f],
|
||||
# Navi12
|
||||
@@ -72,6 +76,13 @@ ISA_TO_ID = {
|
||||
"gfx1034" : [0x7420, 0x7421, 0x7422, 0x7423, 0x743f],
|
||||
# Yellow_Carp
|
||||
"gfx1035" : [0x164d, 0x1681]
|
||||
|
||||
# Navi31
|
||||
"gfx1100": [0x7448, 0x7449, 0x744a, 0x744c, 0x745e],
|
||||
# Navi32
|
||||
"gfx1101": [0x7470, 0x747e],
|
||||
# Navi33
|
||||
"gfx1102": [0x7480, 0x7483, 0x7489, 0x7499],
|
||||
}
|
||||
|
||||
def staticVars(**kwargs):
|
||||
|
||||
Reference in New Issue
Block a user