rocm: remove no longer supported devices (#17010)

The presets and docs had fallen out of sync with what our current ROCm versions on Linux and Windows actually support.  We rely on Vulkan now to cover these older unsupported devices.
This commit is contained in:
Daniel Hiltgen
2026-07-02 16:59:01 -07:00
committed by GitHub
parent 7b22ac9683
commit 26acfa42b5
2 changed files with 5 additions and 8 deletions
+2 -2
View File
@@ -178,7 +178,7 @@
"inherits": ["rocm_v7_1_base"],
"binaryDir": "${sourceDir}/../../build/llama-server-rocm_v7_1",
"cacheVariables": {
"AMDGPU_TARGETS": "gfx942;gfx950;gfx1010;gfx1012;gfx1030;gfx1100;gfx1101;gfx1102;gfx1103;gfx1150;gfx1151;gfx1200;gfx1201"
"AMDGPU_TARGETS": "gfx1030;gfx1100;gfx1101;gfx1102;gfx1150;gfx1151;gfx1200;gfx1201"
}
},
{
@@ -202,7 +202,7 @@
"inherits": ["rocm_v7_2_base"],
"binaryDir": "${sourceDir}/../../build/llama-server-rocm_v7_2",
"cacheVariables": {
"AMDGPU_TARGETS": "gfx908:xnack-;gfx90a:xnack+;gfx90a:xnack-;gfx942;gfx950;gfx1010;gfx1012;gfx1030;gfx1100;gfx1101;gfx1102;gfx1103;gfx1150;gfx1151;gfx1200;gfx1201"
"AMDGPU_TARGETS": "gfx908:xnack-;gfx90a:xnack+;gfx90a:xnack-;gfx942;gfx950;gfx1030;gfx1100;gfx1101;gfx1102;gfx1150;gfx1151;gfx1200;gfx1201"
}
},
{