mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-05-11 08:50:17 +00:00
3 lines
135 B
CMake
3 lines
135 B
CMake
add_executable(client_conv2d_fwd conv2d_fwd.cpp)
|
|
target_link_libraries(client_conv2d_fwd PRIVATE composable_kernel::device_operations)
|