Files
composable_kernel/driver/CMakeLists.txt
Chao Liu 662ba16dc6 refactor build, clean up
[ROCm/composable_kernel commit: e80fbbdd71]
2019-02-14 15:10:16 -06:00

3 lines
71 B
CMake

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