Skip to content

Commit c5ce5ee

Browse files
ThruptiRajLakshmanaGowdaillsilin
authored andcommitted
[rocm-libraries] ROCm/rocm-libraries#4655 (commit f8d76d1)
Update CMakeLists.txt ## Motivation Tile Engine is an internal benchmarking tool and it need not be built everytime which would impact the build time with this PR we are excluding build for stream k operator in Tile Engine. ## Technical Details <!-- Explain the changes along with any relevant GitHub links. --> ## Test Plan <!-- Explain any relevant testing done to verify this PR. --> ## Test Result <!-- Briefly summarize test outcomes. --> ## Submission Checklist - [x] Look over the contributing guidelines at https://github.com/ROCm/ROCm/blob/develop/CONTRIBUTING.md#pull-requests. Co-authored-by: Illia Silin <98187287+illsilin@users.noreply.github.com>
1 parent b205181 commit c5ce5ee

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tile_engine/ops/gemm_streamk/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ function(create_individual_gemm_target datatype layout trait tile_config config_
6666

6767
# Create the executable
6868
add_executable(${target_name}
69+
EXCLUDE_FROM_ALL
6970
${GEMM_SOURCE_DIR}/gemm_streamk_benchmark_single.cpp
7071
${instance_header}
7172
)

0 commit comments

Comments
 (0)