fix build for test_ck_tile_fp8 on rhel8 (#2615)

[ROCm/composable_kernel commit: 2a78da4708]
This commit is contained in:
Max Podkorytov
2025-08-04 17:43:15 -07:00
committed by GitHub
parent c0e2a6b9fe
commit 7f247fd392

View File

@@ -8,6 +8,7 @@ endif()
if(CK_USE_OCP_FP8 OR CK_USE_FNUZ_FP8)
add_gtest_executable(test_ck_tile_fp8 test_fp8.cpp)
target_compile_options(test_ck_tile_fp8 PRIVATE -Wno-float-equal)
target_compile_definitions(test_ck_tile_fp8 PUBLIC GTEST_HAS_RTTI=0)
# conditionally specify the use of OCP_FP8
if(CK_USE_OCP_FP8)
target_compile_options(test_ck_tile_fp8 PRIVATE -DCK_TILE_USE_OCP_FP8)