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