Skip to content

Commit 07e425f

Browse files
author
git apple-llvm automerger
committed
Merge commit 'bdace105387f' from llvm.org/main into next
2 parents ed8bded + bdace10 commit 07e425f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/include/mlir/Dialect/Tosa/IR/TosaOps.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ def Tosa_MatMulOp : Tosa_InferShapedTypeOp<"matmul"> {
301301
);
302302

303303
let results = (outs
304-
Tosa_Tensor3D:$c
304+
Tosa_Tensor3D:$output
305305
);
306306

307307
list<Availability> availability = [

0 commit comments

Comments
 (0)