Add Radeon gfx940-942 GPU support
This commit is contained in:
parent
6ce37e4d96
commit
d4c10df2b0
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…
Reference in a new issue