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

Add "standard" reducers for lambda-supportable customized reduce #411

Closed
hcedwar opened this issue Aug 31, 2016 · 0 comments
Closed

Add "standard" reducers for lambda-supportable customized reduce #411

hcedwar opened this issue Aug 31, 2016 · 0 comments
Assignees
Labels
Feature Request Create new capability; will potentially require voting
Milestone

Comments

@hcedwar
Copy link
Contributor

hcedwar commented Aug 31, 2016

parallel_reduce( policy , lambda , reducer )

standard reducers: Kokkos::Experimental:: { Sum , Prod , Min , Max , MinLoc , MaxLoc , MinMaxLoc , BAnd , BOr , ... } following the list that MPI provides.

@hcedwar hcedwar added the Feature Request Create new capability; will potentially require voting label Aug 31, 2016
@hcedwar hcedwar added this to the Summer 2016 milestone Aug 31, 2016
crtrott added a commit that referenced this issue Aug 31, 2016
This adds Sum,Prod,Min,Max,MinLoc,MaxLoc,MinMaxLoc,BAnd,BOr,BXor,
LAnd,LOr,LXor reducers and testing.
Addresses issue #411
@crtrott crtrott closed this as completed Sep 3, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature Request Create new capability; will potentially require voting
Projects
None yet
Development

No branches or pull requests

2 participants