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

Forward-merge branch-24.12 to branch-25.02 #4780

Merged
merged 10 commits into from
Nov 22, 2024

Conversation

bdice
Copy link
Contributor

@bdice bdice commented Nov 22, 2024

Manual forward merge from 24.12 to 25.02. This PR should not be squashed.

Closes #4770.

eriknw and others added 10 commits November 18, 2024 14:42
This is part of the migration to https://github.com/rapidsai/nx-cugraph

This is meant to fully remove nx-cugraph *except* for docs, which are still built from this repo.

CC @nv-rliu @jameslamb @rlratzel

Authors:
  - Erik Welch (https://github.com/eriknw)

Approvers:
  - James Lamb (https://github.com/jameslamb)
  - Brad Rees (https://github.com/BradReesWork)

URL: rapidsai#4756
This PR adds C++ tests for the all-pairs variation of similarity algorithms.  Previously the all-pairs variation was only tested in SG mode.

This also addresses an issue where the all-pairs implementation would crash when there was a load imbalance across the GPUs and one of the GPUs ran out of work before the others.

Closes rapidsai#4704

Authors:
  - Chuck Hastings (https://github.com/ChuckHastings)

Approvers:
  - Seunghwa Kang (https://github.com/seunghwak)
  - Joseph Nke (https://github.com/jnke2016)
  - Rick Ratzel (https://github.com/rlratzel)

URL: rapidsai#4741
Closes rapidsai/graph_dl#622

This PR updates URLs in the docs to point to the new rapidsai/nx-cugraph
repo.

---------

Co-authored-by: Erik Welch <[email protected]>
Adding deprecation warning for accepting NetworkX Graph objects

Authors:
  - Brad Rees (https://github.com/BradReesWork)

Approvers:
  - Rick Ratzel (https://github.com/rlratzel)

URL: rapidsai#4759
The cugraph-equivariant package was moved into cuEquivariance a few releases ago.  This PR removes the code and build processes.

Authors:
  - Brad Rees (https://github.com/BradReesWork)
  - Bradley Dice (https://github.com/bdice)

Approvers:
  - James Lamb (https://github.com/jameslamb)
  - Tingyu Wang (https://github.com/tingyu66)
  - Xiaoyun Wang (https://github.com/wangxiaoyunNV)
  - Alex Barghi (https://github.com/alexbarghi-nv)
  - Chuck Hastings (https://github.com/ChuckHastings)
  - Bradley Dice (https://github.com/bdice)

URL: rapidsai#4762
As the issue around PyTorch being built without NumPy was fixed in conda-forge, we can now relax these upper bounds to allow PyTorch 2.4.

xref: conda-forge/pytorch-cpu-feedstock#254
xref: conda-forge/pytorch-cpu-feedstock#266
xref: rapidsai#4615

Authors:
  - https://github.com/jakirkham
  - Alex Barghi (https://github.com/alexbarghi-nv)

Approvers:
  - Alex Barghi (https://github.com/alexbarghi-nv)
  - James Lamb (https://github.com/jameslamb)

URL: rapidsai#4703
This PR exposes the C++ function decompress_to_edgelist to the C, PLC and Python API. This will enable the extraction of the edgelist from a graph which is currently not supported. It also removes the deprecated parameter `legacy_renum_only`

Authors:
  - Joseph Nke (https://github.com/jnke2016)

Approvers:
  - Rick Ratzel (https://github.com/rlratzel)
  - Chuck Hastings (https://github.com/ChuckHastings)
  - Seunghwa Kang (https://github.com/seunghwak)

URL: rapidsai#4750
Removes the GNN packages, which are now part of [cugraph-gnn](https://github.com/rapidsai/cugraph-gnn).

Authors:
  - Alex Barghi (https://github.com/alexbarghi-nv)
  - Bradley Dice (https://github.com/bdice)

Approvers:
  - Kyle Edwards (https://github.com/KyleFromNVIDIA)
  - Chuck Hastings (https://github.com/ChuckHastings)
  - Bradley Dice (https://github.com/bdice)
  - Rick Ratzel (https://github.com/rlratzel)

URL: rapidsai#4765
@bdice bdice added improvement Improvement / enhancement to an existing function non-breaking Non-breaking change labels Nov 22, 2024
@bdice bdice requested review from a team as code owners November 22, 2024 17:19
@bdice bdice requested a review from AyodeAwe November 22, 2024 17:19
Copy link

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

@AyodeAwe AyodeAwe merged commit 3279aa8 into rapidsai:branch-25.02 Nov 22, 2024
9 of 27 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
benchmarks ci CMake conda cuGraph improvement Improvement / enhancement to an existing function non-breaking Non-breaking change python
Projects
None yet
Development

Successfully merging this pull request may close these issues.

9 participants