Skip to content

Commit 76cbfe5

Browse files
committed
Add back Commutative
1 parent 04a803a commit 76cbfe5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -983,6 +983,7 @@ def Tosa_MinimumOp : Tosa_ElementwiseOp<"minimum", [
983983
def Tosa_MulOp : Tosa_Op<"mul", [
984984
DeclareOpInterfaceMethods<InferShapedTypeOpInterface,
985985
["inferReturnTypeComponents"]>,
986+
Commutative,
986987
Pure]> {
987988
let summary = "Multiplication operator.";
988989

0 commit comments

Comments
 (0)