"vscode:/vscode.git/clone" did not exist on "966d1aa8b75c7fb3b217e4b8408cfcda9e320ae7"
Unverified Commit 052b5a3b authored by Daniel Hiltgen's avatar Daniel Hiltgen Committed by GitHub
Browse files

Merge pull request #3171 from dhiltgen/rocm_94x

Add Radeon gfx940-942 GPU support
parents 6ce37e4d d4c10df2
...@@ -26,6 +26,9 @@ amdGPUs() { ...@@ -26,6 +26,9 @@ amdGPUs() {
"gfx908:xnack-" "gfx908:xnack-"
"gfx90a:xnack+" "gfx90a:xnack+"
"gfx90a:xnack-" "gfx90a:xnack-"
"gfx940"
"gfx941"
"gfx942"
"gfx1010" "gfx1010"
"gfx1012" "gfx1012"
"gfx1030" "gfx1030"
......
...@@ -13,6 +13,9 @@ function amdGPUs { ...@@ -13,6 +13,9 @@ function amdGPUs {
"gfx908:xnack-" "gfx908:xnack-"
"gfx90a:xnack+" "gfx90a:xnack+"
"gfx90a:xnack-" "gfx90a:xnack-"
"gfx940"
"gfx941"
"gfx942"
"gfx1010" "gfx1010"
"gfx1012" "gfx1012"
"gfx1030" "gfx1030"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment