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

6 lines
278 B
CMake

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