Skip to content

Commit 6b4b6fb

Browse files
committed
fix CMake
1 parent 346ee26 commit 6b4b6fb

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

example/ck_tile/38_block_scale_gemm/CMakeLists.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@ list(APPEND EXAMPLE_GEMM_COMPILE_OPTIONS -mllvm -enable-noalias-to-md-conversion
88
if(GPU_TARGETS MATCHES "gfx94" OR GPU_TARGETS MATCHES "gfx95")
99
add_executable(tile_example_gemm_quant_basic EXCLUDE_FROM_ALL gemm_quant_basic.cpp)
1010
target_compile_options(tile_example_gemm_quant_basic PRIVATE ${EXAMPLE_GEMM_COMPILE_OPTIONS})
11-
12-
add_executable(tile_example_gemm_quant_2d_block EXCLUDE_FROM_ALL gemm_quant_2d_block.cpp)
13-
target_compile_options(tile_example_gemm_quant_2d_block PRIVATE ${EXAMPLE_GEMM_COMPILE_OPTIONS})
1411
else()
1512
message(DEBUG "Skipping ck_tile quant gemm tests for current target")
1613
endif()

0 commit comments

Comments
 (0)