aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/xla/service/gpu/ir_emission_utils.h
Commit message (Expand)AuthorAge
* Add cuDNN fused convolution forward support.Gravatar Tim Shen2018-09-24
* Remove the public uses of CreateCudnnConv* in the favor ofGravatar Tim Shen2018-09-24
* Further simplify the cuDNN wrappers. Instead of passing aroundGravatar Tim Shen2018-09-24
* Simplify convolution_thunk's interface.Gravatar Tim Shen2018-09-10
* Call Cudnn also for grouped convolutions.Gravatar Adrian Kuegel2018-09-03
* [XLA] Rename all (Mutable)ArraySlice to absl::Span.Gravatar Tim Shen2018-08-30
* [XLA] Use absl string types and functions instead of the TF versions.Gravatar Justin Lebar2018-08-23
* [XLA:GPU] Allow `dot`s inside of while loops (etc) to be lowered to cublas ca...Gravatar Justin Lebar2018-07-25
* [XLA] Use shfl.sync.down instead of shfl.sync.Gravatar Justin Lebar2018-07-13
* [XLA:GPU] Extend the CustomCall for cudnn convolutions to representGravatar Bixia Zheng2018-02-12
* Internal changeGravatar Justin Lebar2018-02-02
* [XLA:GPU] Implement BatchNormThunk as a call into cudnn.Gravatar Justin Lebar2017-12-21
* [XLA] Factor out repeated LatestNonGteAncestorAndIndex helper.Gravatar Justin Lebar2017-10-09
* Update Dataset API documentation.Gravatar Jiri Simsa2017-07-27
* [XLA] Add support for folding transpose into convolutionGravatar David Majnemer2017-04-08
* Initial open-source release of XLA: Accelerated Linear Algebra.Gravatar Peter Hawkins2017-01-09