aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/xla/service/gpu/pad_insertion.cc
Commit message (Expand)AuthorAge
* [XLA:GPU] Use CudnnConvKind in more places.Gravatar Justin Lebar2018-10-09
* Add a new pass after convolution rewriter and pad insertion, to patternGravatar Tim Shen2018-09-25
* 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
* Global de-std::unique_ptr cleanup for xla::Literal.Gravatar A. Unique TensorFlower2018-09-10
* Call Cudnn also for grouped convolutions.Gravatar Adrian Kuegel2018-09-03
* [XLA] Use absl::make_unique instead of xla::MakeUnique.Gravatar Justin Lebar2018-08-20
* [TF:XLA] Split literal_util into {literal, literal_util}.Gravatar Kay Zhu2018-07-03
* Modify PadInsertion pass so that it matches other passes.Gravatar A. Unique TensorFlower2018-05-18
* Rename CreateXyzHlo utilities to MakeXyzHlo as discussed on cr/188968478; NFCGravatar Sanjoy Das2018-03-15
* Add some simple HLO creation utilities to auto-infer result shapesGravatar Sanjoy Das2018-03-08
* Internal changeGravatar Justin Lebar2018-02-02
* [XLA] Simplify trivial pad/reduce-window combos into broadcasts.Gravatar Chris Leary2018-01-19
* [TF:XLA] Use output spatial dimensions instead of a transpose for convGravatar David Majnemer2017-11-30
* [XLA] Separate input and output spatial dimensions for convolutionGravatar David Majnemer2017-11-27
* Verify the output shapes of (almost) all HLO opcodes in the HloVerifier.Gravatar Mark Heffernan2017-09-14
* Merge changes from github.Gravatar A. Unique TensorFlower2017-06-27
* Automated g4 rollback of changelist 160182040Gravatar A. Unique TensorFlower2017-06-26
* Merge changes from github.Gravatar A. Unique TensorFlower2017-06-26
* Remove class xla::LiteralUtil. NFC (mind-numbingly so).Gravatar A. Unique TensorFlower2017-06-19
* Don't remove send, recv, or trace instructions in DCE pass. Also,Gravatar Mark Heffernan2017-01-19
* Initial open-source release of XLA: Accelerated Linear Algebra.Gravatar Peter Hawkins2017-01-09