[libcxx-commits] [PATCH] D151717: [libc++][PSTL] Add a GCD backend
Nikolas Klauser via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Jul 12 13:27:53 PDT 2023
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG2b2e7f6e5727: [libc++][PSTL] Add a GCD backend (authored by philnik).
Changed prior to commit:
https://reviews.llvm.org/D151717?vs=539560&id=539708#toc
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/cmake/caches/Apple.cmake
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/__numeric/reduce.h
libcxx/include/__utility/terminate_on_exception.h
libcxx/include/module.modulemap.in
libcxx/src/CMakeLists.txt
libcxx/src/pstl/libdispatch.cpp
libcxx/test/libcxx/algorithms/pstl.libdispatch.chunk_partitions.pass.cpp
libcxx/test/std/algorithms/alg.sorting/alg.merge/pstl.merge.pass.cpp
libcxx/test/std/algorithms/numeric.ops/transform.reduce/pstl.transform_reduce.binary.pass.cpp
libcxx/utils/data/ignore_format.txt
libcxx/utils/libcxx/test/features.py
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D151717.539708.patch
Type: text/x-patch
Size: 24016 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230712/72b1cff0/attachment-0001.bin>
More information about the libcxx-commits
mailing list