We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6889e5b commit d7bc294Copy full SHA for d7bc294
test/spmd/test_xla_dtensor_to_local.py
@@ -19,10 +19,6 @@ class DTensorXLAFromLocalConversionTest(test_xla_sharding_base.XlaShardingTest):
19
in DTensor.from_local() when using XLA device mesh.
20
"""
21
22
- @classmethod
23
- def setUpClass(cls):
24
- super().setUpClass()
25
-
26
def test_to_local(self):
27
from torch.distributed.tensor import distribute_tensor
28
world_size = xr.global_runtime_device_count()
0 commit comments