-
Notifications
You must be signed in to change notification settings - Fork 309
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
WholeGraph Feature Store for cuGraph-PyG and cuGraph-DGL #3874
WholeGraph Feature Store for cuGraph-PyG and cuGraph-DGL #3874
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
update-version.sh
needs to be updated for this new dependency. Probably just adding it to the list here.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Requested a minot change around API
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
/merge |
1 similar comment
/merge |
This PR is going to be stuck until we have 23.10 pip packages for WholeGraph |
Created based on code from @dongxuy04
Adds support for
WholeGraph
WholeMemory
in the cuGraphFeatureStore
class. This enables both DGL and PyG to take advantage of distributed feature store functionality.Adds
pylibwholegraph
as a testing dependency so the feature store can be tested. Adds appropriate SG and MG tests.