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

Build C++ wheel #4340

Draft
wants to merge 63 commits into
base: branch-24.08
Choose a base branch
from
Draft

Build C++ wheel #4340

wants to merge 63 commits into from

Conversation

vyasr
Copy link
Contributor

@vyasr vyasr commented Apr 12, 2024

This PR changes wheel building in RMM to create a separate C++ wheel that is then found from the Python wheel. The C++ wheel is now a hard dependency of the Python wheel. This allows Python packaging to more closely mirror the structure of our conda packaging, and the way we would normally wish to package these in any other manager. It also allows us to reduce package sizes by allowing better sharing of artifacts between different Python packages that rely on the same C++ components from other packages.

Contributes to rapidsai/build-planning#33

ci/test_wheel.sh Outdated Show resolved Hide resolved
ci/build_wheel_python.sh Outdated Show resolved Hide resolved
@github-actions github-actions bot removed the cuGraph label Apr 17, 2024
ci/build_wheel_cpp.sh Outdated Show resolved Hide resolved
ci/build_wheel_python.sh Outdated Show resolved Hide resolved
ci/test_wheel.sh Outdated Show resolved Hide resolved
ci/test_wheel_cugraph-dgl.sh Outdated Show resolved Hide resolved
ci/test_wheel_cugraph-pyg.sh Outdated Show resolved Hide resolved
@vyasr vyasr added the Epic Tracker for a relatively large body of work that is broken down into stories and issues label May 9, 2024
@BradReesWork BradReesWork changed the base branch from branch-24.06 to branch-24.08 May 28, 2024 13:10
@BradReesWork BradReesWork added this to the 24.08 milestone May 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci CMake Epic Tracker for a relatively large body of work that is broken down into stories and issues feature request New feature or request non-breaking Non-breaking change python
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants