Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[PGLBox] set_node_iter_from_graph method of GraphGpuWrapper. Where does it come from? #559

Open
EugeneNasonov opened this issue May 25, 2023 · 0 comments

Comments

@EugeneNasonov
Copy link

EugeneNasonov commented May 25, 2023

The GraphGpuWrapper from the graph.py class has a set_node_iter_from_graph method. However, it is not present in Paddle implementation, I've looked through all the branches. Is it some addition that authors made? Also, describe what it does please.

GraphGpuWrapper binding:
https://github.com/PaddlePaddle/Paddle/blob/develop/paddle/fluid/pybind/fleet_py.cc#L361
Its corresponding header:
https://github.com/PaddlePaddle/Paddle/blob/develop/paddle/fluid/framework/fleet/heter_ps/graph_gpu_wrapper.h
Method that is not present in that class and that I cannot understand:
https://github.com/PaddlePaddle/PGL/blob/main/apps/PGLBox/src/graph.py#L298

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant