[libcxx-commits] [PATCH] D149686: [libc++][DISCUSSION] Exploring PSTL backend customization points

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


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

Updated approach


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/serial.h
  libcxx/include/__algorithm/pstl_backends/cpu_backends/thread.h
  libcxx/include/__algorithm/pstl_backends/some_gpu_backend.h
  libcxx/include/__algorithm/pstl_for_each.h
  libcxx/include/__type_traits/is_execution_policy.h
  libcxx/include/execution

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


More information about the libcxx-commits mailing list