mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-05-16 02:54:21 +00:00
3 lines
181 B
CMake
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)
|