Merge pull request #3171 from dhiltgen/rocm_94x

Add Radeon gfx940-942 GPU support
This commit is contained in:
Daniel Hiltgen
2024-03-15 15:58:33 -07:00
committed by GitHub
2 changed files with 6 additions and 0 deletions

View File

@@ -26,6 +26,9 @@ amdGPUs() {
"gfx908:xnack-"
"gfx90a:xnack+"
"gfx90a:xnack-"
"gfx940"
"gfx941"
"gfx942"
"gfx1010"
"gfx1012"
"gfx1030"

View File

@@ -13,6 +13,9 @@ function amdGPUs {
"gfx908:xnack-"
"gfx90a:xnack+"
"gfx90a:xnack-"
"gfx940"
"gfx941"
"gfx942"
"gfx1010"
"gfx1012"
"gfx1030"