aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/kernels/bias_op_gpu.cu.cc
Commit message (Expand)AuthorAge
* Autotune bias_add_grad GPU kernel using two candidates: customized bias_add_g...Gravatar Mingxing Tan2018-06-12
* Cleanup: Ran clang-format on all *.{cc,h} files in tensorflow/core/kernels.Gravatar A. Unique TensorFlower2018-01-26
* Roll CL 179861781 forward with fix: Wrappers for CUDA 9 warp-synchronous intr...Gravatar A. Unique TensorFlower2018-01-26
* Automated g4 rollback of changelist 179782067Gravatar A. Unique TensorFlower2017-12-21
* Roll CL 177989542 forward with fix: Wrappers for CUDA 9 warp-synchronous intr...Gravatar A. Unique TensorFlower2017-12-21
* Automated g4 rollback of changelist 177799252Gravatar A. Unique TensorFlower2017-12-05
* Wrappers for CUDA 9 warp-synchronous intrinsics.Gravatar A. Unique TensorFlower2017-12-04
* Merge changes from github.Gravatar Patrick Nguyen2017-09-15
* Fix bias_add size calculation for half.Gravatar Xiaoqiang Zheng2017-08-30
* Update copyright for 3p/tf/core.Gravatar A. Unique TensorFlower2016-06-02
* fp16 support for BiasAdd. Includes support for atomic adds for Eigen::half,Gravatar A. Unique TensorFlower2016-05-10
* Make TF_CALL_REAL_NUMBER_TYPES() and related macros include Eigen::halfGravatar A. Unique TensorFlower2016-04-13
* Temporary rollback of half support in TF_CALL_REAL_NUMBER_TYPES()Gravatar A. Unique TensorFlower2016-04-08
* Make TF_CALL_REAL_NUMBER_TYPES() and related macros include Eigen::halfGravatar A. Unique TensorFlower2016-04-08
* Add explicit casts for a few ops that assumed it could implicitly cast to/fromGravatar A. Unique TensorFlower2016-03-29
* Handle the case when input size is zero.Gravatar Manjunath Kudlur2016-03-15
* Improve the BiasGrad for NCHW using less shared memory and better memoryGravatar Xiaoqiang Zheng2016-03-10
* Improve BiasGrad for NCHW. Add a number of shared replicas to avoid bankGravatar Xiaoqiang Zheng2016-03-05
* Adding NCHW support for BiasAdd.Gravatar Xiaoqiang Zheng2016-03-04
* TensorFlow: Upstream changes to gitGravatar Manjunath Kudlur2015-11-25
* TensorFlow: Improve performance of AlexnetGravatar Manjunath Kudlur2015-11-20
* TensorFlow: more features, performance improvements, and doc fixes.Gravatar Vijay Vasudevan2015-11-18
* TensorFlow: Initial commit of TensorFlow library.Gravatar Manjunath Kudlur2015-11-06