Home
last modified time | relevance | path

Searched refs:all_gather_into_tensor_coalesced (Results 1 – 9 of 9) sorted by relevance

/external/pytorch/test/inductor/
Dtest_snode_runtime.py244 rs = c10d.all_gather_into_tensor_coalesced(
285 rs = _c10d.all_gather_into_tensor_coalesced(
/external/pytorch/torch/distributed/
D_functional_collectives_impl.py52 return torch.ops._c10d_functional.all_gather_into_tensor_coalesced(
D_functional_collectives.py360 def all_gather_into_tensor_coalesced( function
381 …tensor_list = torch.ops._c10d_functional.all_gather_into_tensor_coalesced( # type: ignore[attr-de…
/external/pytorch/test/distributed/
Dtest_c10d_functional_native.py12 all_gather_into_tensor_coalesced,
266 outputs = torch.ops._c10d_functional.all_gather_into_tensor_coalesced(
285 outputs = all_gather_into_tensor_coalesced(
677 ag0 = funcol.all_gather_into_tensor_coalesced(args, "0")
Dtest_functional_api.py314 res = ft_c.all_gather_into_tensor_coalesced(tensors, mesh)
510 res = ft_c.all_gather_into_tensor_coalesced(tensors, mesh)
Dtest_inductor_collectives.py990 ar = torch.ops.c10d_functional.all_gather_into_tensor_coalesced(
1042 tensor_list = torch.ops.c10d_functional.all_gather_into_tensor_coalesced(
/external/pytorch/torch/csrc/distributed/c10d/
DFunctional.cpp168 std::vector<at::Tensor> all_gather_into_tensor_coalesced( in all_gather_into_tensor_coalesced() function
192 return all_gather_into_tensor_coalesced( in all_gather_into_tensor()
352 ::all_gather_into_tensor_coalesced), in TORCH_LIBRARY()
/external/pytorch/torch/distributed/tensor/debug/
D_comm_mode.py33 funcol_native.all_gather_into_tensor_coalesced: funcol_py.all_gather_into_tensor_coalesced,
/external/pytorch/torch/_inductor/
Dlowering.py6363 @register_lowering(_c10d_functional.all_gather_into_tensor_coalesced)
6368 _c10d_functional.all_gather_into_tensor_coalesced.default,