lanl / ports-of-call

Performance Portability Utilities
https://lanl.github.io/ports-of-call/
BSD 3-Clause "New" or "Revised" License
2 stars 1 forks source link

Add 1D and 2D parallel reduces #15

Closed brryan closed 1 year ago

brryan commented 1 year ago

PR Summary

parallelReduce didn't support 1D or 2D. This PR adds those overloads.

Fixes #14

PR Checklist