From f9bf419b0130585bd314edda39535d3ca00a71dd Mon Sep 17 00:00:00 2001 From: Illia Silin <98187287+illsilin@users.noreply.github.com> Date: Fri, 12 Dec 2025 09:27:12 -0800 Subject: [PATCH] disable test_tile_gemm_quant_bquant_preshuffle (#3420) [ROCm/composable_kernel commit: 98696413248802ab8007b709e5fc76988b5600b6] --- test/ck_tile/gemm_block_scale/CMakeLists.txt | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/test/ck_tile/gemm_block_scale/CMakeLists.txt b/test/ck_tile/gemm_block_scale/CMakeLists.txt index 8309b14f0a..2b0ffaafa2 100755 --- a/test/ck_tile/gemm_block_scale/CMakeLists.txt +++ b/test/ck_tile/gemm_block_scale/CMakeLists.txt @@ -24,10 +24,12 @@ if(GPU_TARGETS MATCHES "gfx94|gfx95|gfx12") target_compile_options(test_tile_gemm_quant_bquant PRIVATE ${TEST_GEMM_COMPILE_OPTIONS}) # BQuant tests (with PreshuffleB) - add_gtest_executable(test_tile_gemm_quant_bquant_preshuffle - test_gemm_quant_bquant_preshuffle.cpp - ) - target_compile_options(test_tile_gemm_quant_bquant_preshuffle PRIVATE ${TEST_GEMM_COMPILE_OPTIONS}) + # disabling this test until it can be built within reasonable time! + # currently taking ~50 minutes on gfx12! + #add_gtest_executable(test_tile_gemm_quant_bquant_preshuffle + # test_gemm_quant_bquant_preshuffle.cpp + #) + #target_compile_options(test_tile_gemm_quant_bquant_preshuffle PRIVATE ${TEST_GEMM_COMPILE_OPTIONS}) # RowColQuant tests add_gtest_executable(test_tile_gemm_quant_rowcol