Skip to content

Commit 96382b2

Browse files
committed
Fix python formatting
1 parent 520292c commit 96382b2

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

mlir/python/mlir/dialects/linalg/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,7 @@ def contract(
194194
fill_builtin_region(op.operation)
195195
return op
196196

197+
197198
def batch_matmul(
198199
*ins: Union[Operation, OpView, Value],
199200
outs: Sequence[Union[Operation, OpView, Value]],

mlir/test/python/dialects/linalg/ops.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -467,6 +467,7 @@ def matmul_as_contract_op(
467467

468468
print(module)
469469

470+
470471
# CHECK-LABEL: TEST: testBatchMatmulOp
471472
@run
472473
def testBatchMatmulOp():

0 commit comments

Comments
 (0)