aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/xla/service/transpose_folding.cc
Commit message (Expand)AuthorAge
* [XLA] Make kConvolution, kDot HLO attributes mandatoryGravatar David Majnemer2018-09-04
* [XLA] Expose a way to control dot/conv precisionGravatar David Majnemer2018-08-22
* Automated g4 rollback of changelist 193451839Gravatar A. Unique TensorFlower2018-06-12
* [XLA] s/tensorflow::Status/Status/.Gravatar Justin Lebar2018-05-11
* Remove uses of the kTransposeDot fusionGravatar Sanjoy Das2018-05-07
* Teach transpose folding about sharding.Gravatar A. Unique TensorFlower2018-04-18
* [XLA] Always fold transposes into convs or dots regardless of use countGravatar David Majnemer2017-12-12
* [XLA] Support transposing the spatial dimensions of a convolution's activationsGravatar David Majnemer2017-11-28
* [XLA] Separate input and output spatial dimensions for convolutionGravatar David Majnemer2017-11-27
* [XLA] Teach transpose folding how to transpose the LHS of convolutionsGravatar David Majnemer2017-10-19
* [XLA] Make HloModule::computations() return raw pointers.Gravatar Justin Lebar2017-09-29
* Cut dependencies between XLA client/service and CPU/GPU backends.Gravatar Justin Lebar2017-09-15
* [XLA] Finish normalizing fusion computations into standard computationsGravatar A. Unique TensorFlower2017-07-26
* [XLA] Run transpose_folding on nested computationsGravatar David Majnemer2017-04-26
* [XLA] Add support for folding transpose into convolutionGravatar David Majnemer2017-04-08
* [XLA] Make `HloPass` an interface, NFCGravatar A. Unique TensorFlower2017-01-24
* Initial open-source release of XLA: Accelerated Linear Algebra.Gravatar Peter Hawkins2017-01-09