Add an interface for outlineable OpenMP operations.
This patch was initially done in fir-dev and is now needed
for the upstreaming.
Co-authored-by: Kiran Chandramohan <kiran.chandramohan@arm.com>
Paths
| Differential D111310
[mlir][openmp] Add an interface for Outlineable OpenMP ops ClosedPublic Authored by clementval on Oct 7 2021, 6:27 AM.
Details Summary Add an interface for outlineable OpenMP operations. Co-authored-by: Kiran Chandramohan <kiran.chandramohan@arm.com>
Diff Detail
Event TimelineHerald added subscribers: wenzhicui, wrengr, Chia-hungDuan and 22 others. · View Herald TranscriptOct 7 2021, 6:27 AM This revision is now accepted and ready to land.Oct 7 2021, 9:25 AM Closed by commit rG3b01cf9286e3: [mlir][openmp] Add an interface for Outlineable OpenMP ops (authored by kiranchandramohan, committed by clementval). · Explain WhyOct 7 2021, 11:53 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 377938 mlir/include/mlir/Dialect/OpenMP/CMakeLists.txt
mlir/include/mlir/Dialect/OpenMP/OpenMPDialect.h
mlir/include/mlir/Dialect/OpenMP/OpenMPOps.td
mlir/include/mlir/Dialect/OpenMP/OpenMPOpsInterfaces.td
mlir/lib/Dialect/OpenMP/CMakeLists.txt
|