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

Update cugraph-pyg models for PyG 2.5 #4335

Merged
merged 21 commits into from
May 16, 2024

Conversation

tingyu66
Copy link
Member

@tingyu66 tingyu66 commented Apr 11, 2024

Breaking changes:
The csc argument in model.forward() has been renamed to edge_index to align with upstream models. For now, users can still pass in CSC tuples (generated from to_csc call) as edge_index.

@tingyu66 tingyu66 requested a review from a team as a code owner April 11, 2024 02:05
@tingyu66 tingyu66 self-assigned this Apr 11, 2024
@tingyu66 tingyu66 marked this pull request as draft April 11, 2024 02:06
@tingyu66 tingyu66 added improvement Improvement / enhancement to an existing function non-breaking Non-breaking change labels Apr 11, 2024
@tingyu66 tingyu66 added breaking Breaking change and removed non-breaking Non-breaking change labels Apr 15, 2024
@tingyu66 tingyu66 marked this pull request as ready for review April 15, 2024 20:18
@tingyu66 tingyu66 requested a review from a team as a code owner May 7, 2024 20:31
@alexbarghi-nv
Copy link
Member

Make sure you update the PyG version in dependencies.yaml too.

@tingyu66
Copy link
Member Author

tingyu66 commented May 9, 2024

Make sure you update the PyG version in dependencies.yaml too.

Updated now, though cugraph_pyg_dev not being used under the current setup.

@tingyu66 tingyu66 requested a review from a team as a code owner May 13, 2024 20:07
@alexbarghi-nv
Copy link
Member

Sorry I messed this PR up. I'll approve once the unintentional changes I made are reverted.

@github-actions github-actions bot removed the cuGraph label May 15, 2024
@tingyu66
Copy link
Member Author

Sorry I messed this PR up. I'll approve once the unintentional changes I made are reverted.

@alexbarghi-nv The diff has been fixed, feel free to take a look.

Copy link
Member

@alexbarghi-nv alexbarghi-nv left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@alexbarghi-nv alexbarghi-nv removed the request for review from a team May 15, 2024 21:50
@alexbarghi-nv
Copy link
Member

/merge

@rapids-bot rapids-bot bot merged commit ac98ce7 into rapidsai:branch-24.06 May 16, 2024
136 checks passed
rapids-bot bot pushed a commit that referenced this pull request May 30, 2024
Distributed sampling in cuGraph-PyG.  Also renames the existing API to clarify that it is dask based.
Adds a dependency on `tensordict` for `cuGraph-PyG` which supports the new `TensorDictFeatureStore`.
Also no longer installs `torch-cluster` and `torch-spline-conv` in CI for testing since that results in an `ImportError` and neither of those packages are needed.

Requires PyG 2.5.  Should be merged after #4335 

Merge after #4355 

Closes #4248 
Closes #4249 
Closes #3383 
Closes #3942 
Closes #3836 
Closes #4202 
Closes #4051 
Closes #4326 
Closes #4252 
Partially addresses #3805

Authors:
  - Alex Barghi (https://github.com/alexbarghi-nv)
  - Seunghwa Kang (https://github.com/seunghwak)
  - Tingyu Wang (https://github.com/tingyu66)
  - Ralph Liu (https://github.com/nv-rliu)

Approvers:
  - Tingyu Wang (https://github.com/tingyu66)
  - Brad Rees (https://github.com/BradReesWork)
  - Jake Awe (https://github.com/AyodeAwe)

URL: #4384
@tingyu66 tingyu66 deleted the model_pyg25 branch June 3, 2024 20:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking Breaking change ci conda improvement Improvement / enhancement to an existing function python
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants