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