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

Jakub Kuderski llvmlistbot at llvm.org
Wed Jan 28 05:59:50 PST 2026


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

but either way, this will require custom logic in the serializer/deserializer

If you want to stick to the strict TOSA op format, I think that's acceptable but the spec is unfortunately verbose

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


More information about the Mlir-commits mailing list