Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/z-lab/dflash
/ _dist_is_main
Function
_dist_is_main
dflash/benchmark.py:158–159 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
156
157
158
def
_dist_is_main() -> bool:
159
return
_dist_rank() == 0
160
161
162
def
_dist_gather(torch_dist, obj: Any, dst: int = 0):
Callers
2
_dist_gather
Function · 0.85
_run_transformers
Function · 0.85
Calls
1
_dist_rank
Function · 0.85
Tested by
no test coverage detected