We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the solution you'd like and any additional context
Move code not used in the DGL CuGraphStore to helper functions in DGL extenstions Done with: [REVIEW]Fix out of index errors encountered with sampling on out of index samples #2825
Move feature storage to DGL Extenstions Done with: [REVIEW]Fix out of index errors encountered with sampling on out of index samples #2825
Move CuGraphStorage to DGL Extensions Will be resolved by PR: [REVIEW] Move 'graph_store.py' under dgl_extensions #2839
DGL Extensions
Move all the dgl_extensions to experimental name-space in cugraph/dgl instead of python/cugraph/cugraph/gnn/dgl_extensions
cugraph/dgl
python/cugraph/cugraph/gnn/dgl_extensions
Differentiate the similarly-named classes in DGL and PyG CC: @alexbarghi-nv
For Developers below this line
The text was updated successfully, but these errors were encountered:
Move 'graph_store.py' under dgl_extensions (#2839)
30afb48
This PR resolves part of #2838 . This helps with code cleanup and organization as we now support both PyG and DGL . Authors: - Vibhu Jawa (https://github.com/VibhuJawa) Approvers: - Alex Barghi (https://github.com/alexbarghi-nv) - Rick Ratzel (https://github.com/rlratzel) URL: #2839
@alexbarghi-nv mentioned the remaining work was done in 22.12.
Sorry, something went wrong.
VibhuJawa
No branches or pull requests
Describe the solution you'd like and any additional context
Move code not used in the DGL CuGraphStore to helper functions in DGL extenstions
Done with: [REVIEW]Fix out of index errors encountered with sampling on out of index samples #2825
Move feature storage to DGL Extenstions
Done with: [REVIEW]Fix out of index errors encountered with sampling on out of index samples #2825
Move CuGraphStorage to
DGL Extensions
Will be resolved by PR: [REVIEW] Move 'graph_store.py' under dgl_extensions #2839
Move all the dgl_extensions to experimental name-space in
cugraph/dgl
instead ofpython/cugraph/cugraph/gnn/dgl_extensions
Differentiate the similarly-named classes in DGL and PyG
CC: @alexbarghi-nv
For Developers below this line
The text was updated successfully, but these errors were encountered: