aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/nccl/kernels
Commit message (Expand)AuthorAge
* [TF] Variant improvements.Gravatar Eugene Brevdo2018-09-11
* fix C++ header guards.Gravatar A. Unique TensorFlower2018-08-21
* Make sure tensorrt and nccl kernels compile with newer versions of Eigen.Gravatar A. Unique TensorFlower2018-08-15
* [ROCm] Interface changes for StreamExecutor to support both CUDA and ROCmGravatar Wen-Heng (Jack) Chung2018-07-12
* Deprecate `DeviceBase::GetStepAllocator()` and replace with calls to `GetAllo...Gravatar Derek Murray2018-05-24
* Use tensorflow::se instead of perftools::gputools for StreamExecutor.Gravatar Justin Lebar2018-04-23
* Enabling fp16 for NCCL 1 and 2.Gravatar A. Unique TensorFlower2018-04-09
* Add support for NCCL2. The configure script asks for what version of NCCL to ...Gravatar A. Unique TensorFlower2018-04-05
* Replaced calls to deprecated tensorflow::StringPiece methods with theirGravatar A. Unique TensorFlower2018-04-02
* Remove THIRD_PARTY_ from #include guardsGravatar Sanjoy Das2018-01-24
* 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
* Fix NCCL rewrite bug when rerunning sessions (assigned device id is not stable).Gravatar A. Unique TensorFlower2017-10-24
* 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
* Optimize convert_to_tensor.Gravatar A. Unique TensorFlower2017-08-28
* Make single-parameter constructors explicitGravatar A. Unique TensorFlower2017-05-31
* Remove unnecessary copies of value parameters.Gravatar Peter Hawkins2017-05-10
* Change nccl_manager to use ncclCommInitAll.Gravatar A. Unique TensorFlower2017-02-21
* Add contrib/nccl for using all-reduce collectives across GPUs of a singleGravatar A. Unique TensorFlower2017-01-24