[Mlir-commits] [mlir] [mlir][tosa] Convert RESCALE op multiplier and shift from attributes to inputs (PR #129720)
Georgios Pinitas
llvmlistbot at llvm.org
Wed Mar 5 02:07:10 PST 2025
================
@@ -107,6 +107,45 @@ void mlir::tosa::computeMultiplierAndShift(double scale, int32_t &multiplier,
}
}
+// Return a const value for array of int8 vec
----------------
GeorgeARM wrote:
Can we merge the implementaiton?
https://github.com/llvm/llvm-project/pull/129720
More information about the Mlir-commits
mailing list