mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-05-17 19:40:04 +00:00
Merge commit '79aae7c7f71404bdb80d6db52bc6401e0e221d42' into develop
This commit is contained in:
@@ -64,6 +64,7 @@ function(create_individual_gemm_target datatype layout trait tile_config config_
|
||||
|
||||
# Create the executable
|
||||
add_executable(${target_name}
|
||||
# to save build time, exclude the target from "all" target of "gemm" directory and its ancestors
|
||||
EXCLUDE_FROM_ALL
|
||||
${GEMM_SOURCE_DIR}/gemm_benchmark_single.cpp
|
||||
${instance_header}
|
||||
|
||||
@@ -67,6 +67,7 @@ function(create_individual_gemm_multi_d_target datatype layout trait tile_config
|
||||
|
||||
# Create the executable
|
||||
add_executable(${target_name}
|
||||
# to save build time, exclude the target from "all" target of "gemm_multi_d" directory and its ancestors
|
||||
EXCLUDE_FROM_ALL
|
||||
${GEMM_MULTI_D_SOURCE_DIR}/gemm_multi_d_benchmark_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}
|
||||
# to save build time, exclude the target from "all" target of "gemm_preshuffle" directory and its ancestors
|
||||
EXCLUDE_FROM_ALL
|
||||
${GEMM_PRESHUFFLE_SOURCE_DIR}/gemm_preshuffle_benchmark_single.cpp
|
||||
${instance_header}
|
||||
|
||||
Reference in New Issue
Block a user