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
commit 052b5a3b77
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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"