aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/kernels/gather_functor_gpu.cu.cc
Commit message (Collapse)AuthorAge
* Fix of issue #13164 (Merges #13382) (#16368)Gravatar Robin Richtsfeld2018-05-25
| | | | | | * tf.gather int64 GPU, tf.gather_nd int32/int64 GPU, tf.scatter_nd int32 GPU * Fix tf.gather test
* Add complex128 GPU registrations to tf.gather and tf.strided_slice.Gravatar RJ Ryan2017-04-11
| | | | | Removes use_gpu duplication in their tests and ensures that complex test values' imaginary components are non-zero. Change: 152879786
* Add tf.complex64 GPU support to tf.gather.Gravatar RJ Ryan2017-04-07
| | | | | Also add ldg specializations for std::complex. Change: 152537848
* Refactor Gather and Scatter functors into separate targets.Gravatar Jack Rae2016-09-30
Change: 134798900