From d9c5396790faf20d5c6f7ee71510fc60b695bd3f Mon Sep 17 00:00:00 2001 From: Uros Marinkovic Date: Thu, 4 Dec 2025 10:52:38 +0000 Subject: [PATCH] Added missing gfx103X architectures --- cmake/therock_amdgpu_targets.cmake | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/cmake/therock_amdgpu_targets.cmake b/cmake/therock_amdgpu_targets.cmake index e75da01ffc3..78cf00d52fe 100644 --- a/cmake/therock_amdgpu_targets.cmake +++ b/cmake/therock_amdgpu_targets.cmake @@ -94,13 +94,32 @@ therock_add_amdgpu_target(gfx1030 "AMD RX 6800 / XT" FAMILY dgpu-all gfx103X-all hipSPARSELt # https://github.com/ROCm/TheRock/issues/2042 rocWMMA # https://github.com/ROCm/TheRock/issues/1944 ) +therock_add_amdgpu_target(gfx1031 "AMD RX 6700 / XT" FAMILY dgpu-all gfx103X-all gfx103X-dgpu + EXCLUDE_TARGET_PROJECTS + hipBLASLt # https://github.com/ROCm/TheRock/issues/1062 + hipSPARSELt # https://github.com/ROCm/TheRock/issues/2042 + rocWMMA # https://github.com/ROCm/TheRock/issues/1944 +) therock_add_amdgpu_target(gfx1032 "AMD RX 6600" FAMILY dgpu-all gfx103X-all gfx103X-dgpu EXCLUDE_TARGET_PROJECTS hipBLASLt # https://github.com/ROCm/TheRock/issues/1062 hipSPARSELt # https://github.com/ROCm/TheRock/issues/2042 rocWMMA # https://github.com/ROCm/TheRock/issues/1944 ) -therock_add_amdgpu_target(gfx1035 "AMD Radeon 680M Laptop iGPU" igpu-all FAMILY gfx103X-all gfx103X-igpu +therock_add_amdgpu_target(gfx1033 "AMD Van Gogh iGPU" FAMILY igpu-all gfx103X-all gfx103X-igpu + EXCLUDE_TARGET_PROJECTS + hipBLASLt # https://github.com/ROCm/TheRock/issues/1062 + hipSPARSELt # https://github.com/ROCm/TheRock/issues/2042 + rocWMMA # https://github.com/ROCm/TheRock/issues/1944 + composable_kernel +) +therock_add_amdgpu_target(gfx1034 "AMD RX 6500 XT" FAMILY dgpu-all gfx103X-all gfx103X-dgpu + EXCLUDE_TARGET_PROJECTS + hipBLASLt # https://github.com/ROCm/TheRock/issues/1062 + hipSPARSELt # https://github.com/ROCm/TheRock/issues/2042 + rocWMMA # https://github.com/ROCm/TheRock/issues/1944 +) +therock_add_amdgpu_target(gfx1035 "AMD Radeon 680M Laptop iGPU" FAMILY igpu-all gfx103X-all gfx103X-igpu EXCLUDE_TARGET_PROJECTS hipBLASLt # https://github.com/ROCm/TheRock/issues/1062 hipSPARSELt # https://github.com/ROCm/TheRock/issues/2042