[all-commits] [llvm/llvm-project] 2b2e7f: [libc++][PSTL] Add a GCD backend
philnik777 via All-commits
all-commits at lists.llvm.org
Wed Jul 12 13:28:23 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2b2e7f6e5727d523ca595ee85a6b1592c8609b4a
https://github.com/llvm/llvm-project/commit/2b2e7f6e5727d523ca595ee85a6b1592c8609b4a
Author: Nikolas Klauser <nikolasklauser at berlin.de>
Date: 2023-07-12 (Wed, 12 Jul 2023)
Changed paths:
M libcxx/CMakeLists.txt
M libcxx/cmake/caches/Apple.cmake
M libcxx/include/CMakeLists.txt
M libcxx/include/__algorithm/pstl_backend.h
M libcxx/include/__algorithm/pstl_backends/cpu_backends/backend.h
A libcxx/include/__algorithm/pstl_backends/cpu_backends/libdispatch.h
M libcxx/include/__algorithm/pstl_backends/cpu_backends/transform_reduce.h
M libcxx/include/__config_site.in
M libcxx/include/__numeric/reduce.h
M libcxx/include/__utility/terminate_on_exception.h
M libcxx/include/module.modulemap.in
M libcxx/src/CMakeLists.txt
A libcxx/src/pstl/libdispatch.cpp
A libcxx/test/libcxx/algorithms/pstl.libdispatch.chunk_partitions.pass.cpp
M libcxx/test/std/algorithms/alg.sorting/alg.merge/pstl.merge.pass.cpp
M libcxx/test/std/algorithms/numeric.ops/transform.reduce/pstl.transform_reduce.binary.pass.cpp
M libcxx/utils/data/ignore_format.txt
M libcxx/utils/libcxx/test/features.py
Log Message:
-----------
[libc++][PSTL] Add a GCD backend
Reviewed By: ldionne, #libc
Spies: arichardson, mgrang, krytarowski, libcxx-commits, h-vetinari
Differential Revision: https://reviews.llvm.org/D151717
More information about the All-commits
mailing list