The base must be shared between the threads, threadprivates are not
allowed to be bases for array-like reductions.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D85762
[OPENMP]Do not allow threadprivates as base for array-like reduction. ClosedPublic Authored by ABataev on Aug 11 2020, 11:03 AM.
Details Summary The base must be shared between the threads, threadprivates are not
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Sep 8 2020, 9:57 PM Closed by commit rG4341c6618dec: [OPENMP]Do not allow threadprivates as base for array-like reduction. (authored by ABataev). · Explain WhySep 16 2020, 6:32 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 292201 clang/lib/Sema/SemaOpenMP.cpp
clang/test/OpenMP/parallel_reduction_messages.cpp
|