[llvm-dev] PSA: Parallel STL algorithms available in LLVM
Zachary Turner via llvm-dev
llvm-dev at lists.llvm.org
Wed May 10 17:37:55 PDT 2017
Hi all,
This is just a PSA that as of r302752, 3 parallel algorithms (for_each,
for_each_n, and sort) are available in llvm/Support/Parallel.h.
Effort was made to match the C++ Parallelism TS N4507 [
http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2015/n4507.pdf] as
closely as possible, but some aspects were intentionally omitted.
No support is added for the executor proposal N4406 [
http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2015/n4406.pdf], but I
plan to try to work on this in the future, with no specified timeline.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20170511/99adfb6b/attachment.html>
More information about the llvm-dev
mailing list