[all-commits] [llvm/llvm-project] 68b103: [libc++][PSTL] Add a __parallel_sort implementatio...
philnik777 via All-commits
all-commits at lists.llvm.org
Tue Aug 15 12:20:56 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 68b1035965f08d7cdfdcb6a5c17d53e45896f3f0
https://github.com/llvm/llvm-project/commit/68b1035965f08d7cdfdcb6a5c17d53e45896f3f0
Author: Nikolas Klauser <nikolasklauser at berlin.de>
Date: 2023-08-15 (Tue, 15 Aug 2023)
Changed paths:
M libcxx/benchmarks/CMakeLists.txt
A libcxx/benchmarks/algorithms/pstl.stable_sort.bench.cpp
M libcxx/benchmarks/algorithms/stable_sort.bench.cpp
M libcxx/include/__algorithm/pstl_backends/cpu_backends/libdispatch.h
M libcxx/src/pstl/libdispatch.cpp
M libcxx/test/std/algorithms/alg.nonmodifying/alg.all_of/pstl.all_of.pass.cpp
M libcxx/test/std/algorithms/alg.nonmodifying/alg.any_of/pstl.any_of.pass.cpp
M libcxx/test/std/algorithms/alg.nonmodifying/alg.none_of/pstl.none_of.pass.cpp
M libcxx/test/std/algorithms/alg.sorting/alg.sort/stable.sort/pstl.stable_sort.pass.cpp
Log Message:
-----------
[libc++][PSTL] Add a __parallel_sort implementation to libdispatch
Reviewed By: #libc, ldionne
Spies: ldionne, libcxx-commits
Differential Revision: https://reviews.llvm.org/D155136
More information about the All-commits
mailing list