Skip to content

Commit 42899a2

Browse files
committed
mlir_utils: snake_case op names where possible
1 parent 6786837 commit 42899a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/examples/xegpu_matmul/mlir_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ def cse(op):
1717

1818

1919
def canonicalize(op):
20-
with ir.InsertionPoint(transform.ApplyPatternsOp(op).patterns):
20+
with ir.InsertionPoint(transform.apply_patterns(op).patterns):
2121
transform.ApplyCanonicalizationPatternsOp()
2222

2323

0 commit comments

Comments
 (0)