[libcxx-commits] [PATCH] D151717: [libc++][PSTL] Add a GCD backend

Nikolas Klauser via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu Jun 29 14:49:38 PDT 2023


philnik updated this revision to Diff 536011.
philnik marked 6 inline comments as done.
philnik added a comment.
Herald added a subscriber: mgrang.

Address more comments


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D151717

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/libdispatch.h
  libcxx/include/__algorithm/pstl_backends/cpu_backends/transform_reduce.h
  libcxx/include/__config_site.in
  libcxx/include/__utility/terminate_on_exception.h
  libcxx/include/new
  libcxx/src/CMakeLists.txt
  libcxx/src/pstl/libdispatch.cpp
  libcxx/src/pstl/pstl_bad_alloc.cpp
  libcxx/test/libcxx/algorithms/pstl.libdispatch.chunk_partitions.pass.cpp
  libcxx/test/std/algorithms/alg.modifying.operations/alg.copy/fuzz.pstl.copy.sh.cpp
  libcxx/test/std/algorithms/alg.sorting/alg.merge/fuzz.pstl.merge.sh.cpp
  libcxx/test/std/algorithms/alg.sorting/alg.merge/pstl.merge.pass.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D151717.536011.patch
Type: text/x-patch
Size: 24819 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230629/9d59178f/attachment-0001.bin>


More information about the libcxx-commits mailing list