summaryrefslogtreecommitdiff
path: root/mlir/lib/Dialect/SCF/Transforms/TileUsingInterface.cpp
AgeCommit message (Expand)Author
2022-09-01[mlir][interfaces] Drop `dest`/`tileDestOperands` from TilingInterfaceMatthias Springer
2022-08-04[MLIR] TilingInterface: Avoid map when tile divides iteration domainlorenzo chelini
2022-07-28[mlir][TilingInterface] Add a method to generate scalar implementation of the...Mahesh Ravishankar
2022-07-27[mlir] Make ViewLikeInterface Range work with attributesAlex Zinenko
2022-07-21[MLIR][SCF] Enable better bufferization for `TileConsumerAndFuseProducersUsin...lorenzo chelini
2022-07-21Revert "[RFC][MLIR][SCF] Enable better bufferization for `TileConsumerAndFuse...lorenzo chelini
2022-07-21[RFC][MLIR][SCF] Enable better bufferization for `TileConsumerAndFuseProducer...lorenzo chelini
2022-07-20[mlir][TilingInterface] Add support for interchange to tiling patterns that u...Mahesh Ravishankar
2022-07-14[mlir] Use value instead of getValue (NFC)Kazu Hirata
2022-06-28[mlir] Update flipped accessors (NFC)Jacques Pienaar
2022-06-27[mlir] Fix ClangTidyPerformance finding (NFC)Adrian Kuegel
2022-06-25Revert "Don't use Optional::hasValue (NFC)"Kazu Hirata
2022-06-25Don't use Optional::hasValue (NFC)Kazu Hirata
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-20[mlir] move SCF headers to SCF/{IR,Transforms} respectivelyAlex Zinenko
2022-06-13[mlir][TilingInterface] Add pattern to tile using TilingInterface and impleme...Mahesh Ravishankar