[Mlir-commits] [mlir] [mlir][linalg] Enable fuse consumer (PR #85528)
donald chen
llvmlistbot at llvm.org
Mon Apr 1 04:33:41 PDT 2024
================
@@ -132,6 +132,59 @@ struct LinalgOpTilingInterface
return TilingResult{{tiledOp}, SmallVector<Value>(tiledOp->getResults())};
}
+ void getMappedOffsetAndSize(Operation *op, OpBuilder &b,
----------------
cxy-1993 wrote:
Thanks for your comments! It's crunch week for me now, I'll address your review comments ASAP.
https://github.com/llvm/llvm-project/pull/85528
More information about the Mlir-commits
mailing list