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
cuGraph-PyG is no longer relying on PropertyGraph for functionality. All reliance on PropertyGraph should be replaced with calls to FeatureStore.
Due: 1/18/2023 6:00 PM EST
The text was updated successfully, but these errors were encountered:
Replace PropertyGraph in cugraph-PyG with FeatureStore (#3159)
6e9b518
Replaces PropertyGraph in cugraph-PyG with the new FeatureStore, which is the preferred solution for storing tensor features. Closes #3151 Closes #3079 Authors: - Alex Barghi (https://github.com/alexbarghi-nv) - Rick Ratzel (https://github.com/rlratzel) - Chuck Hastings (https://github.com/ChuckHastings) - Vyas Ramasubramani (https://github.com/vyasr) - Vibhu Jawa (https://github.com/VibhuJawa) Approvers: - Vibhu Jawa (https://github.com/VibhuJawa) - Rick Ratzel (https://github.com/rlratzel) URL: #3159
alexbarghi-nv
Successfully merging a pull request may close this issue.
cuGraph-PyG is no longer relying on PropertyGraph for functionality. All reliance on PropertyGraph should be replaced with calls to FeatureStore.
Due: 1/18/2023 6:00 PM EST
The text was updated successfully, but these errors were encountered: