aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/xla/service/gpu/cudnn_convolution_runner.cc
Commit message (Expand)AuthorAge
* [XLA:GPU] Use CudnnConvKind in more places.Gravatar Justin Lebar2018-10-09
* Add cuDNN fused convolution forward support.Gravatar Tim Shen2018-09-24
* Further simplify the cuDNN wrappers. Instead of passing aroundGravatar Tim Shen2018-09-24
* Add layout information to logging.Gravatar Tim Shen2018-09-18
* 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
* Enable f64 convolutions for GPU backend. Currently, all layouts are NCHWs.Gravatar Tim Shen2018-08-15
* Add heuristic on picking NHWC layout for (V100, fp16) convolutions.Gravatar A. Unique TensorFlower2018-05-24
* [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