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

GraphShardManager - handling ntype with num_src_nodes and num_dst_nodes #23

Closed

Conversation

Kacper-Pietkun
Copy link
Contributor

@Kacper-Pietkun Kacper-Pietkun commented Nov 9, 2023

In this PR I've added two functions to the GraphShardManager API: dsttypes and srctypes compatible with DGL API (https://docs.dgl.ai/en/0.8.x/generated/dgl.DGLGraph.srctypes.html?highlight=srctypes, https://docs.dgl.ai/en/0.8.x/generated/dgl.DGLGraph.dsttypes.html?highlight=dsttypes).
Also, from now functions num_src_nodes and num_dst_nodes accept ntype parameter.

This PR needs to be merged after #22 (only "2fdd749" commit is relevant)

@Kacper-Pietkun
Copy link
Contributor Author

Kacper-Pietkun commented Nov 17, 2023

Closing, because PR #22 needed major changes regarding GraphShardManager API, so I decided to include changes introduced here in that PR

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

Successfully merging this pull request may close these issues.

1 participant