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

Move accel implementation fully to cuml.accel #6401

Merged

Conversation

jcrist
Copy link
Member

@jcrist jcrist commented Mar 6, 2025

Previously we'd added a shim to import the implementation from cuml.experimental.accel into cuml.accel. This PR finishes the move, moving everything out of experimental and into cuml.accel proper.

@jcrist jcrist requested review from a team as code owners March 6, 2025 16:45
@jcrist jcrist requested review from gforsyth, teju85 and divyegala March 6, 2025 16:45
@jcrist jcrist changed the title Move accel implement fully to cuml.accel Move accel implementation fully to cuml.accel Mar 6, 2025
@github-actions github-actions bot added Cython / Python Cython or Python issue ci labels Mar 6, 2025
@jcrist jcrist added improvement Improvement / enhancement to an existing function non-breaking Non-breaking change labels Mar 6, 2025
Previously we'd added a shim to import the implementation from
`cuml.experimental.accel` into `cuml.accel`. This PR finishes the move,
moving everything out of `experimental` and into `cuml.accel` proper.
@jcrist jcrist force-pushed the move-accel-out-of-experimental branch from d479d29 to e211548 Compare March 6, 2025 19:05
@jcrist jcrist requested a review from csadorf March 6, 2025 21:15
@jcrist
Copy link
Member Author

jcrist commented Mar 7, 2025

/merge

@rapids-bot rapids-bot bot merged commit 2305807 into rapidsai:branch-25.04 Mar 7, 2025
68 of 71 checks passed
@jcrist jcrist deleted the move-accel-out-of-experimental branch March 7, 2025 15:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci Cython / Python Cython or Python issue improvement Improvement / enhancement to an existing function non-breaking Non-breaking change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants