diff --git a/tile_engine/ops/gemm_streamk/CMakeLists.txt b/tile_engine/ops/gemm_streamk/CMakeLists.txt index c692a6d247..ae453ea11b 100644 --- a/tile_engine/ops/gemm_streamk/CMakeLists.txt +++ b/tile_engine/ops/gemm_streamk/CMakeLists.txt @@ -66,6 +66,7 @@ function(create_individual_gemm_target datatype layout trait tile_config config_ # Create the executable add_executable(${target_name} + EXCLUDE_FROM_ALL ${GEMM_SOURCE_DIR}/gemm_streamk_benchmark_single.cpp ${instance_header} )