CMakeLists.txt 81 字节
Newer Older
1 2 3 4
add_subdirectory(cpu)
if(WITH_GPU OR WITH_ROCM)
  add_subdirectory(cuda)
endif()