aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/common_runtime/collective_param_resolver_local.cc
Commit message (Expand)AuthorAge
* collective_param_resolver_local.cc: delete DCHECK(!ir->out_mu.try_lock()); in...Gravatar A. Unique TensorFlower2018-10-04
* Skip links to devices that do not participate in a collective instance.Gravatar Ayush Dubey2018-08-29
* Refactor collectives to colocate implementation-specific code.Gravatar Ayush Dubey2018-08-27
* Hierarchical broadcast collective op.Gravatar Ayush Dubey2018-07-31
* Add GPUOptions::num_dev_to_dev_copy_streams to allow creation ofGravatar A. Unique TensorFlower2018-06-28
* Fix synchronization across callbacks in collective params initialization.Gravatar Ayush Dubey2018-06-28
* Remove redundant initialization of collective params.Gravatar Ayush Dubey2018-05-16
* Make CollectiveParamReducerLocal::InitInstanceSharedParams non-blocking.Gravatar A. Unique TensorFlower2018-05-14
* Collective Ops Part 4Gravatar A. Unique TensorFlower2018-04-19
* Make GroupRec* const in GroupRecCallback by marking mu mutable inGravatar A. Unique TensorFlower2018-04-17
* Collective Ops Part 1Gravatar A. Unique TensorFlower2018-03-28