Convert data operands from the acc.data operation using the same conversion pattern than D102170.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D103332
[mlir][openacc] Conversion of data operands in acc.data to LLVM IR dialect ClosedPublic Authored by clementval on May 28 2021, 11:42 AM.
Details Summary Convert data operands from the acc.data 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, 11:42 AM This revision is now accepted and ready to land.Jun 4 2021, 4:17 AM This revision was landed with ongoing or failed builds.Jun 4 2021, 7:26 AM Closed by commit rGfcb154722945: [mlir][openacc] Conversion of data operands in acc.data to LLVM IR dialect (authored by clementval). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 349867 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
|