Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/cuda/
H A Dpython_nccl.h10 PyObject* THCPModule_nccl_all_reduce(PyObject* self, PyObject* args);
H A Dpython_nccl.cpp163 PyObject* THCPModule_nccl_all_reduce(PyObject* self, PyObject* args) { in THCPModule_nccl_all_reduce() function
H A DModule.cpp1902 {"_nccl_all_reduce", THCPModule_nccl_all_reduce, METH_VARARGS, nullptr},