[libcxx-commits] [PATCH] D149686: [libc++][PSTL] Add more specialized backend customization points

Nikolas Klauser via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue May 9 15:18:30 PDT 2023


philnik updated this revision to Diff 520840.
philnik added a comment.

Design updated after trying to implement a few more algorithms


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D149686/new/

https://reviews.llvm.org/D149686

Files:
  libcxx/include/CMakeLists.txt
  libcxx/include/__algorithm/pstl_backend.h
  libcxx/include/__algorithm/pstl_backends/cpu_backend.h
  libcxx/include/__algorithm/pstl_backends/cpu_backends/backend.h
  libcxx/include/__algorithm/pstl_backends/cpu_backends/for_each.h
  libcxx/include/__algorithm/pstl_backends/cpu_backends/serial.h
  libcxx/include/__algorithm/pstl_for_each.h
  libcxx/include/__algorithm/pstl_frontend_dispatch.h
  libcxx/include/__config
  libcxx/include/__type_traits/is_execution_policy.h
  libcxx/include/__type_traits/is_valid.h
  libcxx/include/execution

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D149686.520840.patch
Type: text/x-patch
Size: 19935 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230509/77f1f4b1/attachment-0001.bin>


More information about the libcxx-commits mailing list