aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/nccl
Commit message (Expand)AuthorAge
* Remove THIRD_PARTY_ from #include guardsGravatar Sanjoy Das2018-01-24
* Fixes nccl_ops_test error introduced in CL 181736230.Gravatar A. Unique TensorFlower2018-01-16
* Moves CUDA-only condition of NCCL further up to dependent targets.Gravatar A. Unique TensorFlower2018-01-12
* Replaces std::random_shuffle by std::shuffle for C++17 compatibility.Gravatar A. Unique TensorFlower2018-01-09
* Rename Stream::BlockHostUntilDoneWithStatus to BlockHostUntilDone.Gravatar A. Unique TensorFlower2017-12-13
* Use BlockHostUntilDoneWithStatus in various places.Gravatar A. Unique TensorFlower2017-12-11
* Make NCCL code ready for NVIDIA's NCCL 2.Gravatar A. Unique TensorFlower2017-11-29
* Use LINKER_INITIALIZED for mutexes with static storage class.Gravatar A. Unique TensorFlower2017-11-21
* Internal change.Gravatar Anna R2017-11-10
* Check GPU availability after creating test session.Gravatar A. Unique TensorFlower2017-11-10
* BUILD cleanup in contrib/...Gravatar A. Unique TensorFlower2017-10-30
* Fix NCCL rewrite bug when rerunning sessions (assigned device id is not stable).Gravatar A. Unique TensorFlower2017-10-24
* Fix breakages in OSS buildsGravatar Shanqing Cai2017-10-23
* Replace NcclReduce/Broadcast ops during graph optimization so that we can gen...Gravatar A. Unique TensorFlower2017-10-15
* Update to NCCL version 1.3.5. Remove temporary buffer for ncclReduce, it's no...Gravatar A. Unique TensorFlower2017-09-19
* Adding NCCL sum op, register all_sum gradient.Gravatar A. Unique TensorFlower2017-09-12
* Enable contrib.nccl test.Gravatar A. Unique TensorFlower2017-09-05
* Optimize convert_to_tensor.Gravatar A. Unique TensorFlower2017-08-28
* Merge changes from github.Gravatar A. Unique TensorFlower2017-08-15
* Make single-parameter constructors explicitGravatar A. Unique TensorFlower2017-05-31
* Disable flaky timeout test.Gravatar A. Unique TensorFlower2017-05-25
* Internal change.Gravatar A. Unique TensorFlower2017-05-17
* Remove unnecessary copies of value parameters.Gravatar Peter Hawkins2017-05-10
* Internal Change.Gravatar A. Unique TensorFlower2017-04-28
* Add nccl to tf.contrib.Gravatar A. Unique TensorFlower2017-03-31
* Change nccl_manager to use ncclCommInitAll.Gravatar A. Unique TensorFlower2017-02-21
* Merge changes from github.Gravatar Benoit Steiner2017-02-08
* Disable nccl_manager_test since it flakes a lot on Jenkins with errors findingGravatar A. Unique TensorFlower2017-02-07
* Add contrib/nccl for using all-reduce collectives across GPUs of a singleGravatar A. Unique TensorFlower2017-01-24