Excluding Tile engine from build (#3085)

[ROCm/composable_kernel commit: 0fd7d1a607]
This commit is contained in:
Thrupti Raj Lakshmana Gowda
2025-10-23 14:57:18 -05:00
committed by GitHub
parent 2dc3dad0a0
commit 9a2f0f82b4
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}
)