|
def | opts (self, threads=2) |
|
def | test_broadcast_checks (self) |
|
def | test_broadcast_basics (self) |
|
def | test_broadcast_basics_cuda (self) |
|
def | test_broadcast_stress (self) |
|
def | test_broadcast_stress_cuda (self) |
|
def | test_allreduce_checks (self) |
|
def | test_allreduce_basics (self) |
|
def | test_allreduce_basics_cuda (self) |
|
def | test_allreduce_stress (self) |
|
def | test_allreduce_stress_cuda (self) |
|
def | test_scatter_checks (self) |
|
def | test_scatter_basics (self) |
|
def | test_scatter_basics_cuda (self) |
|
def | test_scatter_stress (self) |
|
def | test_scatter_stress_cuda (self) |
|
def | test_gather_checks (self) |
|
def | test_gather_basics (self) |
|
def | test_gather_basics_cuda (self) |
|
def | test_gather_stress (self) |
|
def | test_gather_stress_cuda (self) |
|
def | test_allgather_checks (self) |
|
def | test_allgather_basics (self) |
|
def | test_allgather_basics_cuda (self) |
|
def | test_allgather_stress (self) |
|
def | test_allgather_stress_cuda (self) |
|
def | test_reduce_checks (self) |
|
def | test_reduce_basics (self) |
|
def | test_reduce_basics_cuda (self) |
|
def | test_reduce_stress (self) |
|
def | test_reduce_stress_cuda (self) |
|
def | test_send_recv_all_to_all (self) |
|
def | test_timeout_kwarg (self) |
|
def | test_barrier_implies_wait (self) |
|
def | world_size (self) |
|
def | setUpClass (cls) |
|
def | setUp (self) |
|
def | tearDown (self) |
|
def | is_master (self) |
|
def | __init__ (self, method_name='runTest') |
|
def | assertLeaksNoCudaTensors (self, name=None) |
|
def | wrap_with_cuda_memory_check (self, method) |
|
def | setUp (self) |
|
def | assertTensorsSlowEqual (self, x, y, prec=None, message='') |
|
def | genSparseTensor (self, size, sparse_dim, nnz, is_uncoalesced, device='cpu') |
|
def | safeToDense (self, t) |
|
def | safeCoalesce (self, t) |
|
def | assertEqual (self, x, y, prec=None, message='', allow_inf=False) |
|
def | assertAlmostEqual (self, x, y, places=None, msg=None, delta=None, allow_inf=None) |
|
def | assertNotEqual (self, x, y, prec=None, message='') |
|
def | assertObjectIn (self, obj, iterable) |
|
def | assertExpectedRaises (self, exc_type, callable, args, kwargs) |
|
def | assertWarns (self, callable, msg='') |
|
def | assertWarnsRegex (self, callable, regex, msg='') |
|
def | assertExpected (self, s, subname=None) |
|
def | assertExpectedInline (self, actual, expect, skip=0) |
|
Definition at line 502 of file test_c10d.py.