mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-05-12 01:10:17 +00:00
3 lines
71 B
CMake
3 lines
71 B
CMake
add_executable(conv conv.cu)
|
|
target_link_libraries(conv tensor device)
|