mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-05-18 20:09:25 +00:00
Excluding Tile engine from build (#3085)
[ROCm/composable_kernel commit: 0fd7d1a607]
This commit is contained in:
committed by
GitHub
parent
2dc3dad0a0
commit
9a2f0f82b4
@@ -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