Home
last modified time | relevance | path

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

/external/pytorch/torch/csrc/distributed/c10d/
DGroupRegistry.cpp60 static bool thread_isolation_mode = false; variable
64 thread_isolation_mode = enable; in set_thread_isolation_mode()
68 return thread_isolation_mode; in get_thread_isolation_mode()
74 if (thread_isolation_mode) { in register_process_group()
84 if (thread_isolation_mode) { in resolve_process_group()
92 if (thread_isolation_mode) { in unregister_process_group()
100 if (thread_isolation_mode) { in unregister_all_process_groups()