No. I suppose it's been so long that it won't apply cleanly. I would really like some help getting a builder to turn this on for macOS automatically so that it can run as part of the normal test suite. I can try to carve out some time to rebase it and re-test it. I'm not really sure what anyone is waiting for...
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Advanced Search
Nov 23 2022
Jul 10 2022
Fixed some additional comments.
[pstl] More ADL guards
[pstl] Fix minor nit
May 11 2022
@MikeDvorskiy could you look at this patch, please? Thank you!
Mar 12 2022
Add the __tag parameter, and address comments about ADL and a bad assertion.
Feb 19 2022
Oct 26 2021
LGTM
Oct 20 2021
Thank you! I fixed that bug once, but in the various changes I missed it the last time.
Oct 14 2021
Resolved all outstanding comments.
Fix the header guards naming standard. Also remove ::std uses.
Oct 9 2021
Undo clang-format of pstl_config.h.
Oct 6 2021
Fix libc++ compile issues.
Fix typo
Addressed all known concerns with the last patch.
Remove this _Size alias in parallel_transform_reduce
Rename the config key to _PSTL_PAR_BACKEND_OPENMP.
Remove redundant parentheses.
Fix merge artifacts.
Oct 5 2021
Add come comments, minor formatting changes.
Apply the clang-format changes from CI.
Oct 4 2021
Fix additional uses of std::distance() and remove serial fallbacks.
Remove copyright.
Minor compilation fixes from typos.
Fix pstl for removal of std::result_of (use std::invoke_result)
Commented on, and marked many reviews as fixed.
Add changes from review by rarutyan.
Oct 1 2021
Sep 26 2021
All of the serious comments were addressed. The nits were style differences I disagree with. :-) If these nits are LLVM required style I will adjust them.
This update applies changes suggested by MikeDvorskiy's review.
Sep 10 2021
[pstl][omp] Fix header file movement
[pstl][omp] Fix clang-tidy header guard warnings
[pstl][omp] Add 'omp' option to list
[pstl][omp] Rework patch to pacify clang-tidy
Sep 9 2021
Disable lint checks
Sep 7 2021
Perform clang-format
Another attempt at fixing the broken patch.
The previous patch was somehow broken. I have regenerated it.
Sep 2 2021
Update the linker script for parallel STL.
Adds the "omp" entry into the PSTL CMakeLists.txt
This patch brings in fixes made in the oneDPL project. All unit tests in oneDPL now pass.
Aug 31 2021
This work will continue on https://reviews.llvm.org/D99836
Jun 15 2021
Jun 14 2021
Resolved all review comments.
This corrects all known problems in the parallel partial sort implementation. The parallel merge algorithm still needs implementing.