Compute the tiled producer slice dimensions directly starting from the consumer not using the producer at all.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D110147
[mlir][linalg] Simplify slice dim computation for fusion on tensors (NFC). ClosedPublic Authored by gysit on Sep 21 2021, 4:09 AM.
Details Summary Compute the tiled producer slice dimensions directly starting from the consumer not using the producer at all.
Diff Detail
Event TimelineHerald added subscribers: wenzhicui, wrengr, Chia-hungDuan and 20 others. · View Herald TranscriptSep 21 2021, 4:09 AM This revision is now accepted and ready to land.Sep 21 2021, 6:25 AM Closed by commit rG8b5236def5a1: [mlir][linalg] Simplify slice dim computation for fusion on tensors (NFC). (authored by gysit). · Explain WhySep 21 2021, 8:16 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 373942 mlir/lib/Dialect/Linalg/Transforms/FusionOnTensors.cpp
mlir/test/Dialect/Linalg/tile-and-fuse-on-tensors.mlir
|