Skip to content

Commit 7f91290

Browse files
authored
Disable CK Tile Stream-K reduction tests (#3559)
The test_ck_tile_streamk_reduction test suite seems to have transient failures; hence, we are disabling these tests for now. We will re-enable them once the bug is resolved.
1 parent f08fb3f commit 7f91290

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

test/ck_tile/gemm_streamk/CMakeLists.txt

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,10 @@ if(GPU_TARGETS MATCHES "gfx90a|gfx942|gfx950")
2323
#TODO: support all arches
2424
#TODO: current c-shuffle only supports C layout as R
2525
add_gtest_executable(test_ck_tile_streamk_tile_partitioner test_streamk_tile_partitioner.cpp)
26-
add_gtest_executable(test_ck_tile_streamk_reduction
27-
${CMAKE_CURRENT_SOURCE_DIR}/smoke_tests/test_gemm_streamk_fp16_reduction.cpp
28-
test_gemm_streamk_util.cpp)
26+
# TODO: Renable once transient bug for reduction is resolved.
27+
# add_gtest_executable(test_ck_tile_streamk_reduction
28+
# ${CMAKE_CURRENT_SOURCE_DIR}/smoke_tests/test_gemm_streamk_fp16_reduction.cpp
29+
# test_gemm_streamk_util.cpp)
2930
add_gtest_executable(test_ck_tile_streamk_smoke
3031
${CMAKE_CURRENT_SOURCE_DIR}/smoke_tests/test_gemm_streamk_fp16_persistent.cpp
3132
${CMAKE_CURRENT_SOURCE_DIR}/smoke_tests/test_gemm_streamk_bf16_persistent.cpp

0 commit comments

Comments
 (0)