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

IF(WITH_ASCEND_CL)
cc_library(npu_stream SRCS npu_stream.cc DEPS enforce boost stream_callback_manager)
ENDIF()