[libcxx-commits] [PATCH] D149686: [libc++][DISCUSSION] Exploring PSTL backend customization points
Louis Dionne via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Tue May 2 13:31:33 PDT 2023
ldionne created this revision.
Herald added a project: All.
ldionne requested review of this revision.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.
This review is for discussion only. After discussing with various folks,
the ability to customize arbitrary parallel algorithms was requested
pretty often. This is a draft of how we might organize backends inside
libc++ to foster discussion against something concrete.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D149686
Files:
libcxx/include/__algorithm/pstl_backend.h
libcxx/include/__algorithm/pstl_backends/serial.h
libcxx/include/__algorithm/pstl_for_each.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D149686.518845.patch
Type: text/x-patch
Size: 8144 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230502/e349e4ad/attachment-0001.bin>
More information about the libcxx-commits
mailing list