mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-05-11 17:00:18 +00:00
3 lines
86 B
CMake
3 lines
86 B
CMake
add_executable(conv EXCLUDE_FROM_ALL conv.cu)
|
|
target_link_libraries(conv convolution)
|