Excluding Tile engine from build (#3085)

This commit is contained in:
Thrupti Raj Lakshmana Gowda
2025-10-23 14:57:18 -05:00
committed by GitHub
parent 2546fc241e
commit 0fd7d1a607
2 changed files with 2 additions and 0 deletions

View File

@@ -64,6 +64,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}/benchmark_gemm_single.cpp
${instance_header}
)

View File

@@ -64,6 +64,7 @@ function(create_individual_gemm_preshuffle_target datatype layout trait tile_con
# Create the executable
add_executable(${target_name}
EXCLUDE_FROM_ALL
${GEMM_PRESHUFFLE_SOURCE_DIR}/benchmark_gemm_preshuffle_single.cpp
${instance_header}
)