Skip to content

Commit 4c7ffc2

Browse files
committed
Remove redundant setUpClass constructor
1 parent 52a5e70 commit 4c7ffc2

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

test/spmd/test_xla_dtensor_to_local.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,6 @@ class DTensorXLAFromLocalConversionTest(test_xla_sharding_base.XlaShardingTest):
1919
in DTensor.from_local() when using XLA device mesh.
2020
"""
2121

22-
@classmethod
23-
def setUpClass(cls):
24-
super().setUpClass()
25-
2622
def test_to_local(self):
2723
from torch.distributed.tensor import distribute_tensor
2824
world_size = xr.global_runtime_device_count()

0 commit comments

Comments
 (0)