Skip to content

Marginally reduce memory footprint of joins - #14197

Merged
rapids-bot[bot] merged 1 commit into
NVIDIA:branch-23.12from
wence-:wence/fea/reduce-join-footprint
Sep 27, 2023
Merged

Marginally reduce memory footprint of joins#14197
rapids-bot[bot] merged 1 commit into
NVIDIA:branch-23.12from
wence-:wence/fea/reduce-join-footprint

Conversation

@wence-

@wence- wence- commented Sep 26, 2023

Copy link
Copy Markdown
Contributor

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
@wence-
wence- requested review from bdice and mroeschke 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-

wence- commented Sep 27, 2023

Copy link
Copy Markdown
Contributor Author

/merge

@rapids-bot
rapids-bot Bot merged commit cdc03a7 into NVIDIA:branch-23.12 Sep 27, 2023
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