[Mlir-commits] [mlir] [mlir][linalg/scf/transform] scalable tiling and fusion for pack/unpack ops (PR #204007)
Andrzej WarzyĆski
llvmlistbot at llvm.org
Thu Jun 25 05:00:56 PDT 2026
================
@@ -2940,6 +2940,12 @@ SmallVector<utils::IteratorType> SoftmaxOp::getLoopIteratorTypes() {
return iteratorTypes;
}
+FailureOr<TilingResult> SoftmaxOp::getTiledImplementation(
+ OpBuilder &builder, ArrayRef<OpFoldResult> offsets,
+ ArrayRef<OpFoldResult> sizes, ArrayRef<InnerTileAlignment>) {
----------------
banach-space wrote:
Could you add a note with rationale for forwarding to the hint-less version? IMO it's OK to state that the hint is only used by `linalg.pack` and `linalg.unpack`.
https://github.com/llvm/llvm-project/pull/204007
More information about the Mlir-commits
mailing list