[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 17:06:24 PDT 2017
mclow.lists updated this revision to Diff 102100.
mclow.lists added a comment.
Previous update was br0ken. This is better. :-)
Add a test to ensure that the calculations are done using the correct 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.102100.patch
Type: text/x-patch
Size: 15933 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20170610/5b7d867e/attachment-0001.bin>
More information about the cfe-commits
mailing list