-
Notifications
You must be signed in to change notification settings - Fork 14
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-25.02 to branch-25.04 #76
Merged
AyodeAwe
merged 5 commits into
rapidsai:branch-25.04
from
bdice:branch-25.04-merge-25.02
Jan 31, 2025
Merged
Forward-merge branch-25.02 to branch-25.04 #76
AyodeAwe
merged 5 commits into
rapidsai:branch-25.04
from
bdice:branch-25.04-merge-25.02
Jan 31, 2025
Conversation
This file contains 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
This PR uses CUDA 12.8.0 to build and test. xref: rapidsai/build-planning#139 Authors: - Bradley Dice (https://github.com/bdice) Approvers: - James Lamb (https://github.com/jameslamb) URL: rapidsai#66
Here are results from a single round of benchmarks for louvain and leiden: ``` Name (time in ms) Min bench_leiden_communities[ds=karate-backend=cugraph-preconverted] 32.3493 bench_louvain_communities[ds=karate-backend=cugraph-preconverted] 15.2782 bench_leiden_communities[ds=netscience-backend=cugraph-preconverted] 83.5688 bench_louvain_communities[ds=netscience-backend=cugraph-preconverted] 34.1273 bench_leiden_communities[ds=email_Eu_core-backend=cugraph-preconverted] 81.3393 bench_louvain_communities[ds=email_Eu_core-backend=cugraph-preconverted] 50.0181 bench_leiden_communities[ds=amazon0302-backend=cugraph-preconverted] 755.0755 bench_louvain_communities[ds=amazon0302-backend=cugraph-preconverted] 939.3094 Name (time in s) Min bench_leiden_communities[ds=cit-patents-backend=cugraph-preconverted] 8.2224 bench_louvain_communities[ds=cit-patents-backend=cugraph-preconverted] 7.7888 bench_leiden_communities[ds=soc-livejournal1-backend=cugraph-preconverted] 16.1031 bench_louvain_communities[ds=soc-livejournal1-backend=cugraph-preconverted] 22.2967 bench_leiden_communities[ds=hollywood-backend=cugraph-preconverted] 22.7196 bench_louvain_communities[ds=hollywood-backend=cugraph-preconverted] 24.3643 bench_leiden_communities[ds=europe_osm-backend=cugraph-preconverted] 39.7309 bench_louvain_communities[ds=europe_osm-backend=cugraph-preconverted] 46.4452 ``` Authors: - Erik Welch (https://github.com/eriknw) Approvers: - Rick Ratzel (https://github.com/rlratzel) URL: rapidsai#67
Adds support for `jaccard_coefficient` to nx-cugraph. This includes a test, but relies largely on the existing test coverage provided by NetworkX. The test included here could (should) be submitted to NetworkX though in a separate PR, since it is not covering anything unique to nx-cugraph. A benchmark is also included, with results showing 2-4X speedup. I've seen much, much larger speedup on a different graph (large movie review bipartite graph, showing 966s for NX, 2s for nx-cugraph = ~500X), so I need to investigate further. This investigation need not prevent this PR from being merged now though. ![image](https://github.com/user-attachments/assets/3ceb7d62-50c4-437e-96d2-0ab452dd39d2) Authors: - Rick Ratzel (https://github.com/rlratzel) Approvers: - Ralph Liu (https://github.com/nv-rliu) - Erik Welch (https://github.com/eriknw) URL: rapidsai#62
This PR points the shared workflow branches back to the default 25.02 branches. xref: rapidsai/build-planning#139 Authors: - Vyas Ramasubramani (https://github.com/vyasr) Approvers: - Bradley Dice (https://github.com/bdice) URL: rapidsai#74
nv-rliu
approved these changes
Jan 31, 2025
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
benchmarks
conda
Relates to conda packaging
improvement
Improves an existing functionality
non-breaking
Introduces a non-breaking change
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.
Manual forward merge from 25.02 to 25.04. This PR should not be squashed.