aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/kernels/tile_ops_gpu_impl.h
Commit message (Collapse)AuthorAge
* Remove THIRD_PARTY_ from #include guardsGravatar Sanjoy Das2018-01-24
| | | | | | They don't make sense in the open source repository. PiperOrigin-RevId: 183140889
* Merge changes from github.Gravatar A. Unique TensorFlower2017-06-27
| | | | PiperOrigin-RevId: 160344052
* Split GPU tile ops into multiple files.Gravatar A. Unique TensorFlower2017-01-23
This file was taking 8 minutes to compile on my local machine with nvcc, which was the critical path on my build. Splitting it up 8 ways should make them take ~1m each, which is still too much, but will hopefully take them out of the critical path. Change: 145354053