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

Remove unnecessary CUDA utilities #4855

Merged

Conversation

bdice
Copy link
Contributor

@bdice bdice commented Jan 8, 2025

This PR removes some utilities that were updated in #4830 but are no longer needed.

xref: rapidsai/build-planning#117

Copy link

copy-pr-bot bot commented Jan 8, 2025

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.

@@ -56,7 +56,6 @@ def _get_feasibility(G, sources, components=None, depth_limit=None):

# Fixme not implemented in RMM yet
Copy link
Contributor Author

@bdice bdice Jan 8, 2025

Choose a reason for hiding this comment

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

This should probably use rmm.mr.available_device_memory() but this function is currently unreachable due to the NotImplementedError thrown on line 149 below. It seems it would be better to rework this entirely once the feature is implemented.

@bdice bdice marked this pull request as ready for review January 8, 2025 19:10
@bdice bdice requested review from a team as code owners January 8, 2025 19:10
@bdice bdice requested a review from jameslamb January 8, 2025 19:10
@bdice bdice added improvement Improvement / enhancement to an existing function breaking Breaking change labels Jan 8, 2025
Copy link
Contributor

@rlratzel rlratzel left a comment

Choose a reason for hiding this comment

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

LGTM, thanks!

ci/notebook_list.py Outdated Show resolved Hide resolved
@bdice
Copy link
Contributor Author

bdice commented Jan 9, 2025

/merge

@rapids-bot rapids-bot bot merged commit e46ff65 into rapidsai:branch-25.02 Jan 9, 2025
74 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
benchmarks breaking Breaking change ci improvement Improvement / enhancement to an existing function python
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants