diff --git a/cmake/therock_amdgpu_targets.cmake b/cmake/therock_amdgpu_targets.cmake index 0630579e595..2961f7eeb1f 100644 --- a/cmake/therock_amdgpu_targets.cmake +++ b/cmake/therock_amdgpu_targets.cmake @@ -100,6 +100,12 @@ therock_add_amdgpu_target(gfx1030 "AMD RX 6800 / XT" FAMILY dgpu-all gfx103X-all rocWMMA # https://github.com/ROCm/TheRock/issues/1944 libhipcxx # https://github.com/ROCm/TheRock/issues/2504 ) +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 @@ -107,7 +113,20 @@ therock_add_amdgpu_target(gfx1032 "AMD RX 6600" FAMILY dgpu-all gfx103X-all gfx1 rocWMMA # https://github.com/ROCm/TheRock/issues/1944 libhipcxx # https://github.com/ROCm/TheRock/issues/2504 ) -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