mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-05-17 11:30:02 +00:00
3 lines
154 B
CMake
3 lines
154 B
CMake
add_executable(client_reduce_nhwc_c reduce_nhwc_c.cpp)
|
|
target_link_libraries(client_reduce_nhwc_c PRIVATE composable_kernel::device_reduction_operations)
|