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

Fix retrieve_all for containers with large capacity #580

Merged
merged 8 commits into from
Aug 16, 2024

Conversation

PointKernel
Copy link
Member

@PointKernel PointKernel commented Aug 15, 2024

Fix #576

This PR fixes the large input retrieve_all bug with a method similar to the streaming approach mentioned in NVIDIA/cccl#1422 (comment).

To be reverted once the CCCL fix is in place.

@PointKernel PointKernel added type: bug Something isn't working helps: rapids Helps or needed by RAPIDS labels Aug 15, 2024
@PointKernel PointKernel marked this pull request as ready for review August 16, 2024 00:36
@PointKernel PointKernel added the Needs Review Awaiting reviews before merging label Aug 16, 2024
@PointKernel PointKernel changed the title Fix retrieve_all for container with large capacity Fix retrieve_all for containers with large capacity Aug 16, 2024
@PointKernel PointKernel merged commit abc5095 into NVIDIA:dev Aug 16, 2024
19 checks passed
@PointKernel PointKernel deleted the fix-large-retrieve-all branch August 16, 2024 19:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
helps: rapids Helps or needed by RAPIDS Needs Review Awaiting reviews before merging type: bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG]: retrieve_all fails with over 1B items
2 participants