Merge pull request #3171 from dhiltgen/rocm_94x
Add Radeon gfx940-942 GPU support
This commit is contained in:
commit
052b5a3b77
2 changed files with 6 additions and 0 deletions
|
@ -26,6 +26,9 @@ amdGPUs() {
|
|||
"gfx908:xnack-"
|
||||
"gfx90a:xnack+"
|
||||
"gfx90a:xnack-"
|
||||
"gfx940"
|
||||
"gfx941"
|
||||
"gfx942"
|
||||
"gfx1010"
|
||||
"gfx1012"
|
||||
"gfx1030"
|
||||
|
|
|
@ -13,6 +13,9 @@ function amdGPUs {
|
|||
"gfx908:xnack-"
|
||||
"gfx90a:xnack+"
|
||||
"gfx90a:xnack-"
|
||||
"gfx940"
|
||||
"gfx941"
|
||||
"gfx942"
|
||||
"gfx1010"
|
||||
"gfx1012"
|
||||
"gfx1030"
|
||||
|
|
Loading…
Add table
Reference in a new issue