We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44138cd commit b4fec80Copy full SHA for b4fec80
test/ck_tile/utility/print/CMakeLists.txt
@@ -7,3 +7,8 @@ add_gtest_executable(test_print_static_encoding_pattern test_print_static_encodi
7
add_gtest_executable(test_print_buffer_view test_print_buffer_view.cpp)
8
add_gtest_executable(test_print_basic_types test_print_basic_types.cpp)
9
add_gtest_executable(test_print_tile_window test_print_tile_window.cpp)
10
+
11
+# Apply OCP FP8 flag for tile_window test to ensure host/device FP8 format consistency
12
+if(CK_USE_OCP_FP8)
13
+ target_compile_options(test_print_tile_window PRIVATE -DCK_TILE_USE_OCP_FP8)
14
+endif()
0 commit comments