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

Function _BroadcastComputedParamsDistributed

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

Source from the content-addressed store, hash-verified

1520
1521
1522def _BroadcastComputedParamsDistributed(
1523 devices,
1524 model,
1525 rendezvous,
1526 use_nccl=False
1527):
1528 _BroadcastComputedParamsSingleHost(devices, model, use_nccl)
1529 log.warn("Distributed broadcast of computed params is not implemented yet")
1530
1531
1532def _BroadcastComputedParamsSingleHost(devices, model, use_nccl=False):

Callers 1

_BroadcastComputedParamsFunction · 0.85

Calls 2

warnMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…