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

Davide Grohmann llvmlistbot at llvm.org
Wed Jan 28 06:28:47 PST 2026


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

I guess we can make them optional if we write custom serialization/deserialization code, I really wanted to avoid that though.
Would it be very inconvenient to have those as always required inputs, since that is what the spec mandates anyway?


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


More information about the Mlir-commits mailing list