Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
bfontain committed Dec 7, 2023
1 parent f02dd44 commit 3062f75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_torch_distributed_xla_backend.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ def test_all_scalar_allgather(self):
dist.all_gather(output_tensors, tensor)
hlo = torch_xla._XLAC._get_xla_tensors_hlo(output_tensors)
hlo_matches(hlo, all_gather_pattern)

@patch_world(rank=3, size=8)
def test_allgather_coalesced(self):
device = xm.xla_device()
Expand Down

0 comments on commit 3062f75

Please sign in to comment.