Forward-merge branch-24.12 into branch-25.02#423
Merged
trxcllnt merged 2 commits intobranch-25.02from Nov 26, 2024
Merged
Conversation
I believe this is needed to remove `nx-cugraph` from the `cugraph` repo being done in rapidsai/cugraph#4756 This is a subset of the changes @jameslamb is making in #417. Does it make sense to do this change for `nx-cugraph` and `cugraph-gnn` independently (how close is `cugraph-gnn` to being removed?)? Should we also add `nx-cugraph` as done in that PR? Anything else? @nv-rliu @jameslamb @rlratzel
Development of some `cugraph` projects is moving in 24.12. ```text # GNN packages cugraph-dgl: rapidsai/cugraph -> rapidsai/cugraph-gnn cugraph-pyg: rapidsai/cugraph -> rapidsai/cugraph-gnn wholegraph: rapidsai/wholegraph -> rapidsai/cugraph-gnn # networkx nx-cugraph: rapidsai/cugraph -> rapidsai/nx-cugraph # other cugraph-equivariant -> (removed) ``` This updates the `rapids-build-utils` manifest to reflect those changes. ## Notes for Reviewers The `nx-cugraph` changes ended up getting split off into their own PR: #418 --------- Co-authored-by: Kyle Edwards <kyedwards@nvidia.com>
Author
|
FAILURE - Unable to forward-merge due to an error, manual merge is necessary. Do not use the IMPORTANT: When merging this PR, do not use the auto-merger (i.e. the |
This was referenced Nov 25, 2024
Member
|
Put up #424 to fix the conflicts |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Forward-merge triggered by push to branch-24.12 that creates a PR to keep branch-25.02 up-to-date. If this PR is unable to be immediately merged due to conflicts, it will remain open for the team to manually merge. See forward-merger docs for more info.