pnnl / SHAD

Scalable High-performance Algorithms and Data-structures
Apache License 2.0
122 stars 35 forks source link

uniform algorithm API #128

Open mdrocco opened 6 years ago

mdrocco commented 6 years ago

For uniformity with the current status of code (see discussion for PR #119), I think we should remove any policy-less function interface from algorithm.h and numeric.h.

In the current version, calling shad::min_element with shad::distributed_sequential policy does not compile, I think this is confusing for the user.

@VitoCastellana @mminutoli

mminutoli commented 5 years ago

We need to schedule a design meeting.