disable example_moe_gemm2_xdl_pk_i4 on gfx950 (#1968)

[ROCm/composable_kernel commit: aa42c3db06]
This commit is contained in:
Illia Silin
2025-03-11 08:34:47 -07:00
committed by GitHub
parent 45fbd9210a
commit 8fe2095d43

View File

@@ -6,7 +6,7 @@ add_example_executable(example_gemm_multiply_multiply_xdl_int8 gemm_multiply_mul
add_example_executable(example_moe_gemm1_xdl_fp8 moe_gemm1_xdl_fp8.cpp)
add_example_executable(example_moe_gemm2_xdl_fp8 moe_gemm2_xdl_fp8.cpp)
list(APPEND gpu_list gfx942 gfx950)
list(APPEND gpu_list gfx942)
set(target 0)
foreach(gpu IN LISTS GPU_TARGETS)
if(gpu IN_LIST gpu_list AND target EQUAL 0)