-
Notifications
You must be signed in to change notification settings - Fork 449
Allow segmented problems to have different types for offset iterators. #291
Allow segmented problems to have different types for offset iterators. #291
Conversation
Modified segmented reduce, segmented radix sort and their tests.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the patch, this looks great!
One small change needed in the tests -- the transform iterator header and implementation are mismatched. Once that's fixed I'll kick off testing for this.
Looks good -- thanks again for this! I know these large, tedious refactorings aren't fun, and I appreciate your effort here :) I'll kick off testing today, we should be able to get this into the next release. |
gpuCI: NVIDIA/thrust#1422 |
Will you write me if the tests fail? I'm ready to fix bugs if you provide me with build configuration. |
Sure! I'll let you know how it goes. |
@psvvsp Tests passed, this is all set! I'll merge this PR during the next round of integrations. |
Modified segmented reduce, segmented radix sort and their tests.