[libcxx-commits] [PATCH] D59791: [pstl] Add a serial backend for the PSTL
Louis Dionne via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Mar 25 12:14:21 PDT 2019
ldionne created this revision.
ldionne added reviewers: rodgert, MikeDvorskiy.
Herald added subscribers: libcxx-commits, jdoerfert, dexonsmith, jkorous, mgorny.
The serial backend performs all tasks serially and does not require
threads. It does not have any dependencies beyond normal C++, but
it is not very efficient either.
Repository:
rPSTL pstl
https://reviews.llvm.org/D59791
Files:
pstl/CMakeLists.txt
pstl/include/pstl/internal/parallel_backend.h
pstl/include/pstl/internal/parallel_backend_serial.h
pstl/include/pstl/internal/pstl_config.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D59791.192179.patch
Type: text/x-patch
Size: 7091 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20190325/30924aa1/attachment.bin>
More information about the libcxx-commits
mailing list