rocmPackages: add gfx1151 to gpuTargets
Add support for the Strix Halo platform.
This commit is contained in:
@@ -236,6 +236,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
"1100"
|
||||
"1101"
|
||||
"1102"
|
||||
"1151" # Strix Halo
|
||||
"1200" # RX 9070
|
||||
"1201" # RX 9070 XT
|
||||
] (target: "gfx${target}");
|
||||
|
||||
@@ -25,6 +25,7 @@
|
||||
"gfx1100"
|
||||
"gfx1101"
|
||||
"gfx1102"
|
||||
"gfx1151"
|
||||
"gfx1200"
|
||||
"gfx1201"
|
||||
]
|
||||
|
||||
@@ -497,6 +497,7 @@ outer
|
||||
"gfx1100"
|
||||
"gfx1101"
|
||||
"gfx1102"
|
||||
"gfx1151"
|
||||
];
|
||||
gfx12 = scopeForArches [
|
||||
"gfx1200"
|
||||
|
||||
@@ -52,6 +52,7 @@
|
||||
"gfx1100"
|
||||
"gfx1101"
|
||||
"gfx1102"
|
||||
"gfx1151"
|
||||
"gfx1200"
|
||||
"gfx1201"
|
||||
]
|
||||
|
||||
@@ -27,6 +27,7 @@
|
||||
"gfx1100"
|
||||
"gfx1101"
|
||||
"gfx1102"
|
||||
"gfx1151"
|
||||
"gfx1200"
|
||||
"gfx1201"
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user