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

Clarify docstring for num_items parameter of DeviceSegmentedRadixSort #1

Merged
merged 1 commit into from
Aug 10, 2023

Conversation

HapeMask
Copy link
Owner

In the case where the user specifies non-contiguous segments (segments which do not cover the entirety of d_keys_in), the num_items parameter must include non-covered items. It should be the length of the total range to sort, from the start of the first segment to the end of the last, inclusive of any unused elements.

Description

closes

Checklist

  • New or existing tests cover these changes.
  • The documentation is up to date with these changes.

In the case where the user specifies non-contiguous segments (segments which do not cover the entirety of `d_keys_in`), the `num_items` parameter must include non-covered items. It should be the length of the total range to sort, from the start of the first segment to the end of the last, inclusive of any unused elements.
@HapeMask HapeMask merged commit 99ceb76 into main Aug 10, 2023
@HapeMask HapeMask deleted the HapeMask-patch-1 branch August 10, 2023 18:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant