From 3062f75087895863420f437d2ba0d3a9f7e57c60 Mon Sep 17 00:00:00 2001 From: Bruce Fontaine Date: Thu, 7 Dec 2023 14:44:18 -0800 Subject: [PATCH] fix lint --- test/test_torch_distributed_xla_backend.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_torch_distributed_xla_backend.py b/test/test_torch_distributed_xla_backend.py index 92f0d5923fc..214c5f08afa 100644 --- a/test/test_torch_distributed_xla_backend.py +++ b/test/test_torch_distributed_xla_backend.py @@ -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()