Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions paddle/fluid/operators/nccl/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,3 @@ if(WITH_ROCM AND NOT WIN32)
SRCS nccl_gpu_common.cc
DEPS device_context operator)
endif()

if(WITH_GPU OR WITH_ROCM)
op_library(nccl_op DEPS nccl_common)
set(OPERATOR_DEPS
${OPERATOR_DEPS} nccl_common
PARENT_SCOPE)
endif()
257 changes: 0 additions & 257 deletions paddle/fluid/operators/nccl/nccl_op.cc

This file was deleted.

Loading