CMakeLists.txt 101 字节
Newer Older
D
Dong Zhihong 已提交
1
if(WITH_GPU)
D
Dong Zhihong 已提交
2
  nv_library(nccl_common SRCS nccl_gpu_common.cc DEPS device_context operator )
D
Dong Zhihong 已提交
3
endif()