aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/xla/service/gpu/ir_emission_utils.cc
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] cuBlas supports complex floats, use gemm instead of our O(n^3) impl...Gravatar Benjamin Kramer2018-08-03
* [XLA:GPU] Forward batched dot to cublas instead of expanding itGravatar Benjamin Kramer2018-08-03
* [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
* Fix assumptions that a Shape must be a tuple or an array.Gravatar Mark Heffernan2018-06-13
* [XLA:GPU] Specify cudnn conv algorithm via backend_config.Gravatar Justin Lebar2018-05-31
* Reland improve fusion logic of (a dot b) * alphaGravatar A. Unique TensorFlower2018-05-15
* Delete kTransposeDot (it is no longer in use)Gravatar Sanjoy Das2018-05-07
* Automated g4 rollback of changelist 195638795Gravatar A. Unique TensorFlower2018-05-07
* Improve fusion logic of (a dot b) * alphaGravatar A. Unique TensorFlower2018-05-07
* Remove uses of the kTransposeDot fusionGravatar Sanjoy Das2018-05-07
* [XLA:GPU] Pass all four args to custom-call convs when they're created.Gravatar Justin Lebar2018-04-12
* Introduce output fusion for (A dot B) * alphaGravatar A. Unique TensorFlower2018-03-13
* [XLA] FP16 Dot support for the CPU and GPU backends.Gravatar Bixia Zheng2018-02-28
* Internal changeGravatar Justin Lebar2018-02-02
* [XLA:GPU] Implement BatchNormThunk as a call into cudnn.Gravatar Justin Lebar2017-12-21
* Resolves an issue that came up with ResNet50 when using the CPU backend as a ...Gravatar Bjarke Hammersholt Roune2017-12-15
* [XLA] Separate input and output spatial dimensions for convolutionGravatar David Majnemer2017-11-27
* [XLA] Factor out repeated LatestNonGteAncestorAndIndex helper.Gravatar Justin Lebar2017-10-09
* Update Dataset API documentation.Gravatar Jiri Simsa2017-07-27
* Clean up usage of HloModuleConfig in more places.Gravatar Eli Bendersky2017-05-19
* [XLA] Run transpose_folding on nested computationsGravatar David Majnemer2017-04-26
* [XLA] Support 1D and 3D convolutions in GPU backend.Gravatar A. Unique TensorFlower2017-02-17
* [XLA] Recognize any reduction where dimensions to keep are consecutive in mem...Gravatar A. Unique TensorFlower2017-01-12
* Initial open-source release of XLA: Accelerated Linear Algebra.Gravatar Peter Hawkins2017-01-09