Skip to content

Commit 2894013

Browse files
tatwaichongTai78641
authored andcommitted
Rename the result of MATMUL from c to output
Term alignment between the spec and dialect. Change-Id: I8dd88e4e4d9393903f195fde4fee2d22fa1acb00
1 parent 1b25c0c commit 2894013

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)