CMakeLists.txt 138 字节
Newer Older
1 2 3 4 5 6
if(WITH_GPU OR WITH_ROCM)
  cc_library(
    cuda_stream
    SRCS cuda_stream.cc
    DEPS enforce boost eigen3 ${MKLDNN_CTX_DEPS})
endif()