We are interested only in tensors/memrefs when creating a TiledLoopOp.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D105059
[mlir] Skip scalar operands when tiling to linalg.tiled_loop. ClosedPublic Authored by pifon2a on Jun 28 2021, 1:20 PM.
Details Summary We are interested only in tensors/memrefs when creating a TiledLoopOp.
Diff Detail
Event TimelineHerald added subscribers: dcaballe, cota, mravishankar and 17 others. · View Herald TranscriptJun 28 2021, 1:20 PM This revision is now accepted and ready to land.Jun 28 2021, 1:29 PM This revision was landed with ongoing or failed builds.Jun 28 2021, 2:01 PM Closed by commit rG69046b4a79e2: [mlir] Skip scalar operands when tiling to linalg.tiled_loop. (authored by pifon2a). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 355034 mlir/lib/Dialect/Linalg/Utils/Utils.cpp
mlir/test/Dialect/Linalg/tile-tensors.mlir
|