Home
last modified time | relevance | path

Searched refs:mpiThreadSupport_ (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/pytorch/torch/csrc/distributed/c10d/
H A DProcessGroupMPI.cpp221 int ProcessGroupMPI::mpiThreadSupport_ = 0; member in c10d::ProcessGroupMPI
238 nullptr, nullptr, MPI_THREAD_SERIALIZED, &mpiThreadSupport_)); in initMPIOnce()
239 if (mpiThreadSupport_ < MPI_THREAD_SERIALIZED) { in initMPIOnce()
H A DProcessGroupMPI.hpp264 static int mpiThreadSupport_; member in c10d::ProcessGroupMPI