Details
Details
- Reviewers
ldionne - Group Reviewers
Restricted Project - Commits
- rGbf63b15bd4bf: [libc++][PSTL] Implement std::merge
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Unit Tests
Unit Tests
Paths
| Differential D151375
[libc++][PSTL] Implement std::merge ClosedPublic Authored by philnik on May 24 2023, 1:57 PM.
Details
Diff Detail
Unit TestsFailed Event Timelineldionne added inline comments. This revision is now accepted and ready to land.May 25 2023, 9:06 AM Closed by commit rGbf63b15bd4bf: [libc++][PSTL] Implement std::merge (authored by philnik). · Explain WhyMay 30 2023, 3:07 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 525633 libcxx/include/CMakeLists.txt
libcxx/include/__algorithm/pstl_backends/cpu_backend.h
libcxx/include/__algorithm/pstl_backends/cpu_backends/merge.h
libcxx/include/__algorithm/pstl_backends/cpu_backends/serial.h
libcxx/include/__algorithm/pstl_backends/cpu_backends/thread.h
libcxx/include/__algorithm/pstl_merge.h
libcxx/include/__pstl/internal/algorithm_impl.h
libcxx/include/__pstl/internal/glue_algorithm_impl.h
libcxx/include/__pstl/internal/parallel_backend_serial.h
libcxx/include/algorithm
libcxx/test/libcxx/private_headers.verify.cpp
libcxx/test/std/algorithms/alg.sorting/alg.merge/pstl.merge.pass.cpp
|
I think you forgot to document the new customization point here and also the __pstl one.