MCPcopy Index your code
hub / github.com/pytorch/pytorch / _BroadcastComputedParams

Function _BroadcastComputedParams

caffe2/python/data_parallel_model.py:1515–1519  ·  view source on GitHub ↗
(devices, model, rendezvous, use_nccl=False)

Source from the content-addressed store, hash-verified

1513
1514
1515def _BroadcastComputedParams(devices, model, rendezvous, use_nccl=False):
1516 if rendezvous is None:
1517 _BroadcastComputedParamsSingleHost(devices, model, use_nccl)
1518 else:
1519 _BroadcastComputedParamsDistributed(devices, model, rendezvous, use_nccl)
1520
1521
1522def _BroadcastComputedParamsDistributed(

Callers 1

ParallelizeFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…