aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/kernels/scatter_nd_op_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
* Roll CL 179861781 forward with fix: Wrappers for CUDA 9 warp-synchronous ↵Gravatar A. Unique TensorFlower2018-01-26
| | | | | | intrinsics. PiperOrigin-RevId: 183374082
* Automated g4 rollback of changelist 179782067Gravatar A. Unique TensorFlower2017-12-21
| | | | PiperOrigin-RevId: 179861781
* Roll CL 177989542 forward with fix: Wrappers for CUDA 9 warp-synchronous ↵Gravatar A. Unique TensorFlower2017-12-21
| | | | | | intrinsics. PiperOrigin-RevId: 179782067
* Automated g4 rollback of changelist 177799252Gravatar A. Unique TensorFlower2017-12-05
| | | | PiperOrigin-RevId: 177989542
* Wrappers for CUDA 9 warp-synchronous intrinsics.Gravatar A. Unique TensorFlower2017-12-04
| | | | PiperOrigin-RevId: 177799252
* Make gather_nd & scatter_nd handle rank 6 and 7 indices.Gravatar A. Unique TensorFlower2017-12-04
| | | | PiperOrigin-RevId: 177781215
* TF: GatherNd and ScatterNd updates.Gravatar Eugene Brevdo2017-09-26
| | | | | | | | * Factor out GatherNd and ScatterNd functionality into reusable functors. * Add complex64 and complex128 GatherNd and ScatterNd support. * Add CudaAtomicAdd for complex64 and complex128. PiperOrigin-RevId: 170059406
* scatter_nd_op GPU support.Gravatar A. Unique TensorFlower2017-02-13
Change: 147370365