mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-04-20 06:49:15 +00:00
Excluding Tile engine from build (#3085)
This commit is contained in:
committed by
GitHub
parent
2546fc241e
commit
0fd7d1a607
@@ -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}
|
||||
)
|
||||
|
||||
@@ -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}
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user