Merge commit 'd0364641ed7f7520ed0163e4768d900b8c07af7a' into develop

This commit is contained in:
assistant-librarian[bot]
2025-10-23 20:13:04 +00:00
parent 8505bc05c9
commit 9fde1d98ad
6 changed files with 26 additions and 26 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}
)