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

Reduce dependencies on numba. #1761

Open
wants to merge 9 commits into
base: branch-25.02
Choose a base branch
from

Conversation

bdice
Copy link
Contributor

@bdice bdice commented Dec 11, 2024

Description

This PR makes numba an optional dependency of RMM.

We are keeping numba as a hard dependency in tests, though I explored what it would look like as a soft dependency in e2ff7f1. It turns out that the current RMM test suite relies on numba for about 90% of the tests, as a way to copy data from host to device and back (to verify that the allocations are valid and usable).

Closes #1760.

Checklist

  • I am familiar with the Contributing Guidelines.
  • New or existing tests cover these changes.
  • The documentation is up to date with these changes.

Copy link

copy-pr-bot bot commented Dec 11, 2024

Auto-sync is disabled for draft pull requests in this repository. Workflows must be run manually.

Contributors can view more details about this message here.

@bdice
Copy link
Contributor Author

bdice commented Dec 11, 2024

/ok to test

@github-actions github-actions bot added the Python Related to RMM Python API label Dec 11, 2024
@bdice bdice self-assigned this Dec 11, 2024
@bdice bdice added feature request New feature or request non-breaking Non-breaking change labels Dec 11, 2024
@bdice
Copy link
Contributor Author

bdice commented Dec 17, 2024

/ok to test

@bdice bdice marked this pull request as ready for review December 17, 2024 23:06
@bdice bdice requested review from a team as code owners December 17, 2024 23:06
@bdice bdice requested a review from gforsyth December 17, 2024 23:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature or request non-breaking Non-breaking change Python Related to RMM Python API
Projects
Status: No status
Development

Successfully merging this pull request may close these issues.

[FEA] Make numba optional
3 participants