-
-
Notifications
You must be signed in to change notification settings - Fork 447
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
Adapt transform_exclusive_scan to C++ 20 #5440
Adapt transform_exclusive_scan to C++ 20 #5440
Conversation
libs/parallelism/algorithms/include/hpx/parallel/algorithms/transform_exclusive_scan.hpp
Show resolved
Hide resolved
libs/parallelism/algorithms/include/hpx/parallel/algorithms/transform_exclusive_scan.hpp
Outdated
Show resolved
Hide resolved
libs/parallelism/algorithms/include/hpx/parallel/algorithms/transform_exclusive_scan.hpp
Outdated
Show resolved
Hide resolved
libs/parallelism/algorithms/include/hpx/parallel/algorithms/transform_exclusive_scan.hpp
Outdated
Show resolved
Hide resolved
...arallelism/algorithms/include/hpx/parallel/container_algorithms/transform_exclusive_scan.hpp
Show resolved
Hide resolved
...arallelism/algorithms/include/hpx/parallel/container_algorithms/transform_exclusive_scan.hpp
Outdated
Show resolved
Hide resolved
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.
Otherwise, LGTM, thanks a lot!
a5c2a01
to
dfeb333
Compare
Can one of the admins verify this patch? |
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.
LGTM, thanks!
dfeb333
to
3e90633
Compare
Merge order - exlcusive_scan -> transform_exclusive_scan -> tranform_inclusive_scan |
3e90633
to
adc8776
Compare
Adapt transform_exclusive_scan to C++ 20
Adapted transform_exclusive_scan to C++ 20 and added container overloads. (range and sentinel). Added container tests. Seperated segmented overloads.
Any background context you want to provide?
Issue #4822
Issue #3646
Issue #1668
Issue #5156