Files
composable_kernel/client_example/23_elementwise_transpose/CMakeLists.txt
2025-04-30 13:46:39 -04:00

3 lines
181 B
CMake

add_executable(client_elementwise_transpose3d elementwise_transpose_3d.cpp)
target_link_libraries(client_elementwise_transpose3d PRIVATE composable_kernel::device_other_operations)