[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>
This commit is contained in:
Thrupti Raj Lakshmana Gowda
2026-02-19 06:30:48 +00:00
committed by assistant-librarian[bot]
parent b2051812bc
commit c5ce5eee5b

View File

@@ -66,6 +66,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}/gemm_streamk_benchmark_single.cpp
${instance_header}
)