Paddle/paddle/operators/nccl/CMakeLists.txt

4 lines
101 B

if(WITH_GPU)
nv_library(nccl_common SRCS nccl_gpu_common.cc DEPS device_context operator )
endif()