mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-05-14 10:09:41 +00:00
* chore(copyright) update library wide CMakeLists.txt files copyright header template
* Fix build
---------
Co-authored-by: Sami Remes <samremes@amd.com>
[ROCm/composable_kernel commit: 004784ef98]
9 lines
410 B
CMake
9 lines
410 B
CMake
# Copyright (c) Advanced Micro Devices, Inc., or its affiliates.
|
|
# SPDX-License-Identifier: MIT
|
|
|
|
add_executable(client_image_to_column image_to_column.cpp)
|
|
target_link_libraries(client_image_to_column PRIVATE composable_kernel::device_other_operations)
|
|
|
|
add_executable(client_column_to_image column_to_image.cpp)
|
|
target_link_libraries(client_column_to_image PRIVATE composable_kernel::device_other_operations)
|