[PATCH] D34038: Implement the non-parallel versions of exclusive_scan and transform_exclusive_scan
Marshall Clow via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Jun 9 16:41:20 PDT 2017
mclow.lists updated this revision to Diff 102097.
mclow.lists added a comment.
Add extra tests to make sure that the calculations are not done using the source sequence value_type.
https://reviews.llvm.org/D34038
Files:
include/numeric
test/std/numerics/numeric.ops/exclusive.scan/exclusive_scan_iter_iter_iter.pass.cpp
test/std/numerics/numeric.ops/exclusive.scan/exclusive_scan_iter_iter_iter_init_op.pass.cpp
test/std/numerics/numeric.ops/transform.exclusive.scan/transform_exclusive_scan_iter_iter_iter_init_bop_uop.pass.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D34038.102097.patch
Type: text/x-patch
Size: 15728 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20170609/74315bdf/attachment-0001.bin>
More information about the cfe-commits
mailing list