Files
composable_kernel/client_example/01_gemm/CMakeLists.txt
2025-11-28 22:12:10 +00:00

6 lines
262 B
CMake

# Copyright (c) Advanced Micro Devices, Inc., or its affiliates.
# SPDX-License-Identifier: MIT
add_executable(client_gemm gemm.cpp)
target_link_libraries(client_gemm PRIVATE composable_kernel::device_other_operations composable_kernel::device_gemm_operations)