Skip to content

Commit

Permalink
reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
BolinSNLHM committed Apr 6, 2024
1 parent 3658083 commit 675aa86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/hidet/graph/ops/matmul/matmul_f32_x86.py
Original file line number Diff line number Diff line change
Expand Up @@ -859,4 +859,4 @@ def __init__(self, a: Tensor, b: Tensor):


def batch_matmul_x86(a: Tensor, b: Tensor) -> Tensor:
return Matmulx86Op(a, b).outputs[0]
return Matmulx86Op(a, b).outputs[0]

0 comments on commit 675aa86

Please sign in to comment.