[Mlir-commits] [mlir] [mlir][tosa] Change MatMul zero-point to inputs (PR #129785)

Tai Ly llvmlistbot at llvm.org
Wed Mar 5 10:21:39 PST 2025


================
@@ -435,6 +435,34 @@ static LogicalResult verifySameElementTypes(T op, Type inType, Type outType) {
   return success();
 }
 
+static LogicalResult verifyZpMatMul(MatMulOp op) {
----------------
Tai78641 wrote:

inlined this function

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


More information about the Mlir-commits mailing list