[Mlir-commits] [mlir] [mlir][tosa] Change MatMul zero-point to inputs (PR #129785)
Luke Hutton
llvmlistbot at llvm.org
Wed Mar 5 03:36:00 PST 2025
================
@@ -435,6 +435,34 @@ static LogicalResult verifySameElementTypes(T op, Type inType, Type outType) {
return success();
}
+static LogicalResult verifyZpMatMul(MatMulOp op) {
----------------
lhutton1 wrote:
nit: Any reason to pull this into a separate function, will the checks be used elsewhere?
https://github.com/llvm/llvm-project/pull/129785
More information about the Mlir-commits
mailing list