Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/distributed/c10d/
H A DProcessGroupUCC.hpp301 bool stop_progress_loop; member in c10d::Comm
H A DProcessGroupUCC.cpp331 stop_progress_loop = false; in Comm()
343 stop_progress_loop = true; in ~Comm()
519 while (!stop_progress_loop) { in progress_loop()