summaryrefslogtreecommitdiff
path: root/mlir/test/Interfaces/TilingInterface/tile-using-interface.mlir
AgeCommit message (Expand)Author
2025-01-17[mlir][affine]introducing new symbol rules that the result of a `Pure` operat...lonely eagle
2024-07-31[mlir][Linalg] Deprecate `linalg::tileToForallOp` and `linalg::tileToForallOp...MaheshRavishankar
2024-05-08[mlir][transform] Consistent `linalg` `transform` op syntax for dynamic index...srcarroll
2024-01-25[mlir][TilingInterface] Use `LoopLikeOpInterface` in tiling using SCF to unif...MaheshRavishankar
2024-01-11[mlir][TilingInterface] Move TilingInterface tests to use transform dialect o...MaheshRavishankar
2023-11-20[NFC] Simplify the tiling implementation using cloning. (#72178)MaheshRavishankar
2023-09-26[mlir][TilingInterface] NFC code changes separated out from introduction of `...MaheshRavishankar
2023-06-21[mlir][Interfaces] TilingInterface: Add test case for linalg.copy on memrefsMatthias Springer
2022-11-01[mlir][Linalg] Drop usage of tileWithLinalgTilingOptions in the structured.ti...Nicolas Vasilache
2022-10-04[mlir][tensor][NFC] Rename linalg.init_tensor to tensor.emptyMatthias Springer
2022-08-04[MLIR] TilingInterface: Avoid map when tile divides iteration domainlorenzo chelini
2022-07-20[mlir][TilingInterface] Add support for interchange to tiling patterns that u...Mahesh Ravishankar
2022-07-12[mlir] Handle linalg.index correctly in TilingInterfaceAlex Zinenko
2022-06-21[mlir][TilingInterface] Enable tile and fuse using TilingInterface.Mahesh Ravishankar
2022-06-21Revert "[mlir][TilingInterface] Enable tile and fuse using TilingInterface."Mahesh Ravishankar
2022-06-21[mlir][TilingInterface] Enable tile and fuse using TilingInterface.Mahesh Ravishankar
2022-06-13[mlir][TilingInterface] Add pattern to tile using TilingInterface and impleme...Mahesh Ravishankar