aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/kernels/split_lib_gpu.cu.cc
Commit message (Expand)AuthorAge
* Fix python 3 GPU test failuresGravatar Yong Tang2018-09-10
* Add needed specifications for Split on GPU.Gravatar Yong Tang2018-09-07
* Optimized non-aligned case of split and split_v on the first input dimension.Gravatar A. Unique TensorFlower2018-02-27
* add bfloat16 support to some GPU ops: concat, constant, fill, pack, reshape,Gravatar A. Unique TensorFlower2017-12-15
* More WhereOp/TopK GPU bugfixes: use the direct cuda stream for CUB GPU kernel.Gravatar Eugene Brevdo2017-07-07
* Add Split and SplitV GPU support for complex64/complex128.Gravatar RJ Ryan2017-04-10
* Add a new op split_v that can handle variable size splits.Gravatar A. Unique TensorFlower2016-11-10
* Update copyright for 3p/tf/core.Gravatar A. Unique TensorFlower2016-06-02
* In SplitOp GPU, avoid memcpying the pointers to the device if the number ofGravatar A. Unique TensorFlower2016-05-10
* Give tensorflow/core/kernels/ its own BUILD file.Gravatar Josh Levenberg2016-02-24