Convert data operands from the acc.parallel operation using the same conversion pattern than D102170.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D103337
[mlir][openacc] Conversion of data operands in acc.parallel to LLVM IR dialect ClosedPublic Authored by clementval on May 28 2021, 12:24 PM.
Details Summary Convert data operands from the acc.parallel operation using the same conversion pattern than D102170.
Diff Detail
Event TimelineHerald added subscribers: dcaballe, cota, teijeong and 14 others. · View Herald TranscriptMay 28 2021, 12:24 PM This revision is now accepted and ready to land.Jun 7 2021, 1:24 AM This revision was landed with ongoing or failed builds.Jun 7 2021, 8:22 AM Closed by commit rGcfcdebaf3235: [mlir][openacc] Conversion of data operands in acc.parallel to LLVM IR dialect (authored by clementval). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 350304 mlir/include/mlir/Dialect/OpenACC/OpenACCOps.td
mlir/lib/Conversion/OpenACCToLLVM/OpenACCToLLVM.cpp
mlir/lib/Dialect/OpenACC/IR/OpenACC.cpp
mlir/test/Conversion/OpenACCToLLVM/convert-data-operands-to-llvmir.mlir
|