[PATCH] D34007: Implement inclusive_scan and transform_inclusive_scan

Bryce Adelstein Lelbach via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Jun 8 15:35:50 PDT 2017


wash added a comment.

So, `inclusive_scan` should be equivalent to `partial_sum` for the non-parallel version.


https://reviews.llvm.org/D34007





More information about the cfe-commits mailing list