DmaOp will read the source buffer and write the destination buffer so need to add some traits for it.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D144712
[mlir][affine] add memory effect traits for dmaOp ClosedPublic Authored by lipracer on Feb 24 2023, 2:09 AM.
Details Summary DmaOp will read the source buffer and write the destination buffer so need to add some traits for it.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Mar 7 2023, 8:55 AM Closed by commit rGcd67bbdc2496: [MLIR][Affine] add memory effect traits for dmaOp (authored by lipracer, committed by bondhugula). · Explain WhyMar 25 2023, 6:10 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 508358 mlir/include/mlir/Dialect/Affine/IR/AffineOps.h
mlir/include/mlir/Dialect/MemRef/IR/MemRefOps.td
mlir/lib/Dialect/Affine/IR/AffineOps.cpp
|