Algebraic-Programming / ALP

Home of ALP/GraphBLAS and ALP/Pregel, featuring shared- and distributed-memory auto-parallelisation of linear algebraic and vertex-centric programs. Soon with more to come!
Apache License 2.0
24 stars 4 forks source link

Various algorithms require prefix sum computations... #332

Open anyzelman opened 3 months ago

anyzelman commented 3 months ago

...and reimplement them over and over. MR #246 includes a new graphblas/utils/prefixsum.hpp. This issue is to make sure that all prefix sum computations will be based on that new utility function.