CMakeLists.txt 132 字节
Newer Older
1 2 3 4
if(WITH_GPU OR WITH_ROCM)
  cc_library(
    cuda_stream
    SRCS cuda_stream.cc
R
Ruibiao Chen 已提交
5
    DEPS enforce eigen3 ${MKLDNN_CTX_DEPS})
6
endif()