CMakeLists.txt 97 字节
Newer Older
1
IF(WITH_GPU OR WITH_ROCM)
2
cc_library(cuda_stream SRCS cuda_stream.cc DEPS enforce boost)
3
ENDIF()