summaryrefslogtreecommitdiff
path: root/mlir/test/Interfaces/TilingInterface/lower-to-loops-using-interface.mlir
AgeCommit message (Expand)Author
2025-10-30[mlir][linalg] Genericize MapOp (#162742)srcarroll
2024-03-06[MLIR] [Transforms] Let `transform.structured.convert_to_loops` return handle...lhunloh
2024-03-05[mlir][transform] replace original op to loop ops (#83537)Congcong Cai
2024-01-12[mlir][Linalg] Change `linalg.transpose` to use the output indexing map as id...MaheshRavishankar
2024-01-11[mlir][TilingInterface] Move TilingInterface tests to use transform dialect o...MaheshRavishankar
2023-09-11[mlir][arith] Rename operations: `maxf` → `maximumf`, `minf` → `minimumf`...Daniil Dudkin
2022-11-21[mlir][linalg] Change linalg.broadcast `dimensions` attribute to represent ad...Oleg Shyshkov
2022-11-04[mlir][linalg] Add BroadcastOp to Linalg structured ops.Oleg Shyshkov
2022-10-28[mlir][linalg] Fix linalg.transpose region builder.Oleg Shyshkov
2022-10-25[mlir] Add lower-to-loops tests for linalg.map/reduce/transpose.Alexander Belyaev
2022-07-28[mlir][TilingInterface] Add a method to generate scalar implementation of the...Mahesh Ravishankar