MCPcopy
hub / github.com/horovod/horovod / init

Function init

horovod/torch/mpi_ops.py:69–74  ·  view source on GitHub ↗
(*args, **kwargs)

Source from the content-addressed store, hash-verified

67 return _basics.shutdown(*args, **kwargs)
68
69def init(*args, **kwargs):
70 global _handle_map
71 _handle_map = {}
72 _basics.init(*args, **kwargs)
73 # Call set up again to make sure the basics is in sync
74 _setup_process_sets(_basics)
75
76# import reduction op values
77Average = _basics.Average

Callers 1

_resetFunction · 0.90

Calls 1

initMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…