[Mlir-commits] [mlir] [mlir][linalg/scf/transform] scalable tiling and fusion for pack/unpack ops (PR #204007)

Ege Beysel llvmlistbot at llvm.org
Mon Jun 29 09:58:07 PDT 2026


================
@@ -22,6 +22,10 @@ using namespace mlir::tensor;
 namespace {
 
 struct PadOpTiling : public TilingInterface::ExternalModel<PadOpTiling, PadOp> {
+  using Base = TilingInterface::ExternalModel<PadOpTiling, PadOp>;
+  // Inherit the defaulted hint-bearing overloads; this op ignores the hint.
----------------
egebeysel wrote:

done

https://github.com/llvm/llvm-project/pull/204007


More information about the Mlir-commits mailing list