Skip to content

Commit

Permalink
remove hccl in some .cc files (#52942)
Browse files Browse the repository at this point in the history
  • Loading branch information
Liyulingyue authored Apr 17, 2023
1 parent 27a601e commit 514d83d
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 319 deletions.
267 changes: 0 additions & 267 deletions paddle/fluid/imperative/hccl_context.cc

This file was deleted.

14 changes: 0 additions & 14 deletions paddle/fluid/imperative/hccl_context.h

This file was deleted.

1 change: 0 additions & 1 deletion paddle/fluid/pybind/imperative.cc
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ limitations under the License. */
#include "paddle/fluid/imperative/bkcl_context.h"
#include "paddle/fluid/imperative/data_loader.h"
#include "paddle/fluid/imperative/gloo_context.h"
#include "paddle/fluid/imperative/hccl_context.h"
#include "paddle/fluid/imperative/heter_ccl_context.h"
#include "paddle/fluid/imperative/hooks.h"
#include "paddle/fluid/imperative/layer.h"
Expand Down
8 changes: 0 additions & 8 deletions paddle/phi/backends/dynload/dynamic_loader.cc
Original file line number Diff line number Diff line change
Expand Up @@ -48,14 +48,6 @@ DEFINE_string(nccl_dir,
"For instance, /usr/local/cuda/lib64. If default, "
"dlopen will search cuda from LD_LIBRARY_PATH");

DEFINE_string(hccl_dir,
"",
"Specify path for loading hccl library, such as libhccl.so. "
"For instance, "
"/usr/local/Ascend/ascend-toolkit/latest/fwkacllib/lib64/. If "
"default, "
"dlopen will search hccl from LD_LIBRARY_PATH");

DEFINE_string(cupti_dir, "", "Specify path for loading cupti.so.");

DEFINE_string(
Expand Down
29 changes: 0 additions & 29 deletions python/paddle/fluid/tests/unittests/test_ascend_group.sh

This file was deleted.

0 comments on commit 514d83d

Please sign in to comment.