[Mlir-commits] [mlir] [mlir][tosa] Change MatMul zero-point to inputs (PR #129785)
Tai Ly
llvmlistbot at llvm.org
Wed Mar 5 10:21:50 PST 2025
================
@@ -1025,6 +1042,22 @@ LogicalResult tosa::MatMulOp::inferReturnTypeComponents(
return success();
}
+LogicalResult MatMulOp::verify() {
+ auto aType = llvm::dyn_cast<ShapedType>(getA().getType());
----------------
Tai78641 wrote:
now that verifyZpMatMul is inlined, aType and bType are used
https://github.com/llvm/llvm-project/pull/129785
More information about the Mlir-commits
mailing list