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

Use get_current_device_resource for intermediate allocations in COLLECT_LIST window code #12927

Merged

Conversation

karthikeyann
Copy link
Contributor

Description

Updated code to use defaulted argument get_current_device_resource() for intermediate allocations in COLLECT_LIST window code
one-line fix.
Fixes #8219

Checklist

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

@karthikeyann karthikeyann added bug Something isn't working 3 - Ready for Review Ready for review by team libcudf Affects libcudf (C++/CUDA) code. tech debt non-breaking Non-breaking change labels Mar 13, 2023
@karthikeyann karthikeyann requested a review from a team as a code owner March 13, 2023 07:34
@karthikeyann
Copy link
Contributor Author

/merge

@rapids-bot rapids-bot bot merged commit ec746cf into rapidsai:branch-23.04 Mar 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3 - Ready for Review Ready for review by team bug Something isn't working libcudf Affects libcudf (C++/CUDA) code. non-breaking Non-breaking change
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

[BUG] COLLECT_LIST window code uses wrong memory_resource for intermediate allocations
4 participants