oneapi-src / distributed-ranges

Distributed ranges is a generalization of C++ ranges for distributed data structures.
45 stars 16 forks source link

enumerate #117

Open rscohn2 opened 1 year ago

rscohn2 commented 1 year ago

https://open-std.org/jtc1/sc22/wg21/docs/papers/2020/p2164r0.pdf

lslusarczyk commented 1 year ago

@rscohn2 , there is already an enumerate view in our repo. Do you think we need to improve the implementation. What is missing? Or just write UTs for it?

rscohn2 commented 1 year ago

MHP does not currently support it. I am working on supporting zipping iota with a distributed range.