Files
composable_kernel/example/ck_tile/42_mhc/CMakeLists.txt
Damien Lejeune 43a5678fdf WIP: MHC v3
2026-02-05 13:04:18 +00:00

17 lines
458 B
CMake

# Copyright (c) Advanced Micro Devices, Inc., or its affiliates.
# SPDX-License-Identifier: MIT
set(TARGET_NAME example_mhc)
add_executable(${TARGET_NAME} mhc.cpp)
set(TARGET_NAME example_mhc_v3)
add_executable(${TARGET_NAME} mhc_v3.cpp)
set(TARGET_NAME example_mhc_v3_single_block_test)
add_executable(${TARGET_NAME} mhc_v3_single_block_test.cpp)
set(TARGET_NAME example_mhc_v3_two_block_test)
add_executable(${TARGET_NAME} mhc_v3_two_block_test.cpp)