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

Marginally reduce memory footprint of joins #14197

Merged

Conversation

wence-
Copy link
Contributor

@wence- wence- commented Sep 26, 2023

Description

If we drop the gather maps as soon as we are done with them, we have a little more headroom for joins that are close to hitting the device memory limit.

Checklist

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

If we drop the gather maps as soon as we are done with them, we have a
little more headroom for joins that are close to hitting the device
memory limit.
@wence- wence- requested a review from a team as a code owner September 26, 2023 16:15
@github-actions github-actions bot added the Python Affects Python cuDF API. label Sep 26, 2023
@galipremsagar galipremsagar added improvement Improvement / enhancement to an existing function non-breaking Non-breaking change labels Sep 26, 2023
@wence-
Copy link
Contributor Author

wence- commented Sep 27, 2023

/merge

@rapids-bot rapids-bot bot merged commit cdc03a7 into rapidsai:branch-23.12 Sep 27, 2023
57 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
improvement Improvement / enhancement to an existing function non-breaking Non-breaking change Python Affects Python cuDF API.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants