Skip to content

Commit

Permalink
Run linter
Browse files Browse the repository at this point in the history
  • Loading branch information
wonjoolee95 committed May 7, 2024
1 parent 546ca09 commit b15097e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions torch_xla/experimental/megablox/gmm.py
Original file line number Diff line number Diff line change
Expand Up @@ -381,5 +381,5 @@ def gmm(
):
payload = _trace_kernel_payload(lhs, rhs, group_sizes)
out = _gmm(lhs, rhs, group_sizes, payload, preferred_element_type, tiling,
group_offset, existing_out, transpose_rhs, interpret)
return out
group_offset, existing_out, transpose_rhs, interpret)
return out

0 comments on commit b15097e

Please sign in to comment.