User Details
- User Since
- Oct 15 2021, 3:14 PM (74 w, 2 d)
Tue, Mar 14
Fri, Mar 10
Adding context.
Wed, Mar 1
How is bind(thread) not working? Runtime issue?
May 2 2022
Thanks for the review, Alexey. Suggested changes have been made.
Apr 29 2022
Feb 7 2022
Corrected clang formatting issues, except those relating to updated tests. Because of known clang-format deficiencies, making these changes causes them to fail.
Jan 31 2022
Per Alexey's suggestion, 'inoutset' now accepted only with OpenMP5.1. Also updated affected dependency type tests to expect and to test 'inoutset' only when version is at least 5.1.
Jan 27 2022
Is it a new mode from OpenMP 5.2? Or 5.1? Can you add a check for OpenMP version, if so?
Jan 4 2022
Fixed format problem for test/OpenMP/allocate_codegen_attr.cpp
Successfully rebased, built, and tested.
Dec 21 2021
Alexey, you weren't missing anything. This was an unnecessary declaration of createOMPAlignedAlloc OMPIRBuilder.h that I had forgotten to delete.
Dec 15 2021
Thanks for catching that, Alexey. As suggested, we now keep the allocator Expr * and reemit it later when needed.
Dec 13 2021
Nov 8 2021
Fixed build problem (found during build of flang). Added align clause to simple clause check.
Nov 5 2021
Successfully rebased, built, and tested.
Nov 3 2021
Thanks for reviewing the code, Aaron.
Oct 29 2021
Thanks for the review, Aaron! I neglected to submit my responses that I made inline, but you can still see them.
Oct 27 2021
Thanks for the review, Alexey.