Skip to content

cuGraph now is two shared libraries due to linker requirements#5452

Open
robertmaynard wants to merge 4 commits intorapidsai:mainfrom
robertmaynard:bug/break_cugraph_into_two_libraries
Open

cuGraph now is two shared libraries due to linker requirements#5452
robertmaynard wants to merge 4 commits intorapidsai:mainfrom
robertmaynard:bug/break_cugraph_into_two_libraries

Conversation

@robertmaynard
Copy link
Contributor

The ld linker on ARM64 platforms can't properly link cugraph anymore due to size on disk. So we are splitting cugraph across the Single-GPU and Multi-GPU algorithm line to allow us to continue to build and deploy cuGraph on ARM.

The ld linker on ARM64 platforms can't properly link cugraph anymore due to size on disk. So we are splitting cugraph across the Single-GPU and Multi-GPU algorithm line to allow
us to continue to build and deploy cuGraph on ARM.
@robertmaynard robertmaynard requested a review from a team as a code owner March 5, 2026 22:15
@robertmaynard robertmaynard added bug Something isn't working breaking Breaking change labels Mar 5, 2026
@robertmaynard robertmaynard requested review from a team as code owners March 6, 2026 14:10
@robertmaynard robertmaynard requested a review from msarahan March 6, 2026 14:10
TomAugspurger and others added 2 commits March 6, 2026 08:39
rapidsai/dask-cuda#1631 deprecated
jit-unspilling in dask-cuda in favor of cudf's native spilling.

For now we match dask-cuda's default of None.

Next release, when the deprecation is enforced, we'll need to remove
they keyword.
Copy link
Contributor

@bdice bdice left a comment

Choose a reason for hiding this comment

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

Let's try to land #5456 first and merge/rebase so the diff is clean here. Otherwise LGTM.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

breaking Breaking change bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants