Home
last modified time | relevance | path

Searched refs:at_least_x_gpu (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/pytorch/test/distributed/
H A Dtest_compute_comm_reordering.py27 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 Dtest_fully_shard_compile.py23 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 Dcommon_distributed.py175 def at_least_x_gpu(x): function