Skip to content

Commit

Permalink
remove
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaocaibei123 committed Apr 9, 2022
1 parent b1afda8 commit 614431f
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 11 deletions.
9 changes: 0 additions & 9 deletions paddle/fluid/pybind/fleet_py.cc
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ limitations under the License. */
#include <string>
#include <vector>

// #include "paddle/fluid/distributed/common/sparse_sharding_merge.h"
#include "paddle/fluid/distributed/index_dataset/index_sampler.h"
#include "paddle/fluid/distributed/index_dataset/index_wrapper.h"
#include "paddle/fluid/distributed/ps/service/communicator/communicator.h"
Expand All @@ -49,7 +48,6 @@ using paddle::distributed::GraphNode;
using paddle::distributed::GraphPyServer;
using paddle::distributed::GraphPyClient;
using paddle::distributed::FeatureNode;
// using paddle::distributed::ShardingMerge;

namespace paddle {
namespace pybind {
Expand Down Expand Up @@ -93,13 +91,6 @@ void BindPSHost(py::module* m) {
.def("to_string", &distributed::PSHost::ToString);
}

/*
void BindSparseShardingTools(py::module* m) {
py::class_<ShardingMerge>(*m, "ShardingMerge")
.def(py::init<>())
.def("merge", &ShardingMerge::Merge);
}*/

void BindCommunicatorContext(py::module* m) {
py::class_<CommContext>(*m, "CommContext")
.def(
Expand Down
1 change: 0 additions & 1 deletion paddle/fluid/pybind/fleet_py.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,5 @@ void BindIndexNode(py::module* m);
void BindTreeIndex(py::module* m);
void BindIndexWrapper(py::module* m);
void BindIndexSampler(py::module* m);
// void BindSparseShardingTools(py::module* m);
} // namespace pybind
} // namespace paddle
1 change: 0 additions & 1 deletion paddle/fluid/pybind/pybind.cc
Original file line number Diff line number Diff line change
Expand Up @@ -4504,7 +4504,6 @@ All parameter, weight, gradient are variables in Paddle.
BindTreeIndex(&m);
BindIndexWrapper(&m);
BindIndexSampler(&m);
// BindSparseShardingTools(&m);
#endif
}
} // namespace pybind
Expand Down

1 comment on commit 614431f

@paddle-bot-old
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Congratulation! Your pull request passed all required CI. You could ask reviewer(s) to approve and merge. 🎉

Please sign in to comment.