Browse Source

Add Radeon gfx940-942 GPU support

Daniel Hiltgen 1 year ago
parent
commit
d4c10df2b0
2 changed files with 6 additions and 0 deletions
  1. 3 0
      llm/generate/gen_linux.sh
  2. 3 0
      llm/generate/gen_windows.ps1

+ 3 - 0
llm/generate/gen_linux.sh

@@ -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"

+ 3 - 0
llm/generate/gen_windows.ps1

@@ -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"