aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/xla/service/gpu/convolution_thunk.cc
Commit message (Expand)AuthorAge
* Further simplify the cuDNN wrappers. Instead of passing aroundGravatar Tim Shen2018-09-24
* Simplify ir_emitter_unnested so that it doesn't take a look at convGravatar Tim Shen2018-09-19
* Simplify convolution_thunk's interface.Gravatar Tim Shen2018-09-10
* Cleanup cudnn_convolution_runner's interface. Use a struct to pack mostGravatar Tim Shen2018-09-10
* Call Cudnn also for grouped convolutions.Gravatar Adrian Kuegel2018-09-03
* [XLA] Switch to absl::StrFormat.Gravatar Justin Lebar2018-08-27
* [XLA] Use absl string types and functions instead of the TF versions.Gravatar Justin Lebar2018-08-23
* Do profiling inside while thunks and conditionals.Gravatar Adrian Kuegel2018-07-02
* ClangTidy - Readability cleanup:/code-findings-fixes.Gravatar A. Unique TensorFlower2018-05-14
* [XLA] Convert XLA to use xla::se as a namespace alias for ::stream_executor.Gravatar Justin Lebar2018-04-17
* Enable half precision convolution for the CPU and GPU backends.Gravatar Bixia Zheng2018-02-15
* [XLA:GPU] Extend the CustomCall for cudnn convolutions to representGravatar Bixia Zheng2018-02-12
* Internal changeGravatar Justin Lebar2018-02-02
* [XLA:GPU] Don't autotune while other kernels are running.Gravatar Justin Lebar2017-12-05
* [XLA] Separate input and output spatial dimensions for convolutionGravatar David Majnemer2017-11-27
* [XLA:GPU] Partially enable Winograd convolution algorithm.Gravatar A. Unique TensorFlower2017-11-17
* [XLA:GPU] Add more logging to convolution autotuning.Gravatar Justin Lebar2017-11-10
* Automated g4 rollback of changelist 170358888Gravatar David Majnemer2017-10-12
* Merge changes from github.Gravatar Frank Chen2017-10-06
* Automated g4 rollback of changelist 170130811Gravatar David Majnemer2017-09-28
* [XLA] Split input and output in ConvolutionDimensionNumbersGravatar David Majnemer2017-09-26
* Merge changes from github.Gravatar Shanqing Cai2017-09-25
* [XLA] Remove unused flags and move debugging flag to debug options.Gravatar Eli Bendersky2017-06-22
* Merge changes from github.Gravatar Jonathan Hseu2017-06-09
* Set winograd nofused flag to be true by default.Gravatar Yangzihao Wang2017-05-28
* [TF:XLA] Silence a number of compiler warnings, in particular warnings repeat...Gravatar Peter Hawkins2017-02-27
* [XLA] Support 1D and 3D convolutions in GPU backend.Gravatar A. Unique TensorFlower2017-02-17
* [TF:XLA] Change buffer assignment to combine temp buffers into one allocation.Gravatar A. Unique TensorFlower2017-02-07
* Initial open-source release of XLA: Accelerated Linear Algebra.Gravatar Peter Hawkins2017-01-09