Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/OpenMeshLab/MeshXL
/ is_distributed
Function
is_distributed
utils/dist.py:8–11 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
6
7
8
def
is_distributed():
9
if
not dist.is_available() or not dist.is_initialized():
10
return
False
11
return
True
12
13
14
def
get_rank():
Callers
6
synchronize_between_processes
Method · 0.90
get_rank
Function · 0.85
get_world_size
Function · 0.85
barrier
Function · 0.85
all_reduce_sum
Function · 0.85
all_gather_dict
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected