CMakeLists.txt 127 字节
Newer Older
1
IF(WITH_GPU OR WITH_ROCM)
2
    cc_library(cuda_stream SRCS cuda_stream.cc DEPS enforce boost eigen3 ${MKLDNN_CTX_DEPS})
3
ENDIF()