[Mlir-commits] [mlir] [mlir][spirv] Add Pooling, Fourier Transform, and MatMul operations t… (PR #177585)

Jakub Kuderski llvmlistbot at llvm.org
Fri Jan 23 07:07:36 PST 2026


================
@@ -132,6 +157,37 @@ LogicalResult TosaDepthwiseConv2DOp::verify() {
   return verifyConvOp(this->getOperation(), inputETy, resultETy, accType);
 }
 
+//===----------------------------------------------------------------------===//
+// spirv.TosaMatMulOp
+//===----------------------------------------------------------------------===//
+
+LogicalResult TosaMatMulOp::verify() {
----------------
kuhar wrote:

This doesn't check the following:
>  Input tensor A zero point. Must be zero for non-int8 types.

Same for B zero.

Can we make these optional arguments and only allow them for int8 element types?




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


More information about the Mlir-commits mailing list