OpenMP 5.1 adds support for the THREAD_LIMIT clause for OMP TARGET directive.
This patch adds parser support for it in flang.
Paths
| Differential D141493
[Flang] [OpenMP] Add parser support for THREAD_LIMIT clause on OMP TARGET directive. ClosedPublic Authored by raghavendhra on Jan 11 2023, 6:36 AM.
Details Summary OpenMP 5.1 adds support for the THREAD_LIMIT clause for OMP TARGET directive. This patch adds parser support for it in flang.
Diff Detail
Event TimelineHerald added projects: Restricted Project, Restricted Project. · View Herald TranscriptJan 11 2023, 6:36 AM raghavendhra added reviewers: kiranchandramohan, kiranktp, NimishMishra, TIFitis, peixin, clementval, abidmalikwaterloo. This revision is now accepted and ready to land.Jan 11 2023, 7:22 AM This revision was landed with ongoing or failed builds.Jan 11 2023, 9:07 PM Closed by commit rG02023bca7f7d: [Flang] [OpenMP] Add parser support for THREAD_LIMIT clause on OMP TARGET… (authored by raghavendhra). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 488459 flang/test/Semantics/OpenMP/omp-device-constructs.f90
llvm/include/llvm/Frontend/OpenMP/OMP.td
|