mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-05-14 18:17:44 +00:00
Temporarily disable flaky test for all (#1495)
[ROCm/composable_kernel commit: 52410b49c7]
This commit is contained in:
@@ -1,12 +1,6 @@
|
||||
if (GPU_TARGETS)
|
||||
if (NOT GPU_TARGETS MATCHES "gfx94")
|
||||
add_definitions(-DCK_SKIP_FLAKY_F8_TEST)
|
||||
set(CK_SKIP_FLAKY_F8_TEST "ON")
|
||||
endif()
|
||||
else()
|
||||
add_definitions(-DCK_SKIP_FLAKY_F8_TEST)
|
||||
set(CK_SKIP_FLAKY_F8_TEST "ON")
|
||||
endif()
|
||||
# temporarily disable flaky test for all architectures
|
||||
add_definitions(-DCK_SKIP_FLAKY_F8_TEST)
|
||||
set(CK_SKIP_FLAKY_F8_TEST "ON")
|
||||
|
||||
if (USE_BITINT_EXTENSION_INT4)
|
||||
add_gtest_executable(test_int4 test_int4.cpp)
|
||||
|
||||
Reference in New Issue
Block a user