[libcxx-commits] [PATCH] D150284: [libc++][PSTL] Add a simple std::thread backend
Nikolas Klauser via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Wed May 10 11:17:27 PDT 2023
philnik created this revision.
philnik added a reviewer: ldionne.
Herald added a project: All.
philnik requested review of this revision.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.
This is just to test that the PSTL works with parallelization. This is not supposed to be a production-ready backend.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D150284
Files:
libcxx/CMakeLists.txt
libcxx/include/CMakeLists.txt
libcxx/include/__algorithm/pstl_backend.h
libcxx/include/__algorithm/pstl_backends/cpu_backends/backend.h
libcxx/include/__algorithm/pstl_backends/cpu_backends/thread.h
libcxx/include/__config
libcxx/include/__config_site.in
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D150284.521048.patch
Type: text/x-patch
Size: 6239 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230510/c8032410/attachment-0001.bin>
More information about the libcxx-commits
mailing list