Files
composable_kernel/driver/CMakeLists.txt
2019-02-14 15:10:16 -06:00

3 lines
71 B
CMake

add_executable(conv conv.cu)
target_link_libraries(conv tensor device)