[Mlir-commits] [mlir] [mlir][tosa] Make TOSA RESIZE's scale, offset, border as Input (PR #124956)
Georgios Pinitas
llvmlistbot at llvm.org
Tue Feb 11 06:57:41 PST 2025
================
@@ -1444,105 +1447,6 @@ class ResizeUnaryConverter : public OpRewritePattern<tosa::ResizeOp> {
}
};
-// TOSA resize with width or height of 1 may be broadcasted to a wider
-// dimension. This is done by materializing a new tosa.resize without
-// the broadcasting behavior, and an explicit broadcast afterwards.
-class MaterializeResizeBroadcast : public OpRewritePattern<tosa::ResizeOp> {
----------------
GeorgeARM wrote:
Why was this removed? Is this something that could be expanded in the commit message for context?
https://github.com/llvm/llvm-project/pull/124956
More information about the Mlir-commits
mailing list