llvm-project
91e57c6f - [mlir][tensor] Add TilingInterface support for fusing tensor.pad (#105892)

Commit
1 year ago
[mlir][tensor] Add TilingInterface support for fusing tensor.pad (#105892) This adds implementations for the two TilingInterface methods required for fusion to `tensor.pad`: `getIterationDomainTileFromResultTile` and `generateResultTileValue`, allowing fusion of pad with a tiled consumer.
Author
Parents
Loading