Searched refs:at_least_x_gpu (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/pytorch/test/distributed/ |
H A D | test_compute_comm_reordering.py | 27 at_least_x_gpu, 115 self.rank, self.world_size, fake_pg=not at_least_x_gpu(2) 156 self.rank, self.world_size, fake_pg=not at_least_x_gpu(2) 205 self.rank, self.world_size, fake_pg=not at_least_x_gpu(2) 258 self.rank, self.world_size, fake_pg=not at_least_x_gpu(2) 315 self.rank, self.world_size, fake_pg=not at_least_x_gpu(2) 364 self.rank, self.world_size, fake_pg=not at_least_x_gpu(2)
|
/aosp_15_r20/external/pytorch/test/distributed/_composable/fsdp/ |
H A D | test_fully_shard_compile.py | 23 from torch.testing._internal.common_distributed import at_least_x_gpu, skip_if_lt_x_gpu 91 fake_pg = not at_least_x_gpu(2)
|
/aosp_15_r20/external/pytorch/torch/testing/_internal/ |
H A D | common_distributed.py | 175 def at_least_x_gpu(x): function
|