aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/xla/service/gpu/nvptx_compiler.cc
Commit message (Expand)AuthorAge
* [XLA:GPU] Add an implementation of scatter for GPUGravatar Benjamin Kramer2018-10-09
* [XLA] Extend the HLO verifier to check that non-layout-changing instructionsGravatar Bixia Zheng2018-10-05
* [XLA:GPU] Fix old-ptxas-version detection logic.Gravatar Justin Lebar2018-10-04
* [XLA] Modify the function that determines whether an instruction can changeGravatar Bixia Zheng2018-10-02
* Add a new pass after convolution rewriter and pad insertion, to patternGravatar Tim Shen2018-09-25
* Fix typo in error message.Gravatar Sanjoy Das2018-09-24
* Move HloConstantFolding to the end of the conv_canonicalization pass pipeline.Gravatar Adrian Kuegel2018-09-10
* Call Cudnn also for grouped convolutions.Gravatar Adrian Kuegel2018-09-03
* Rename HloSchedule to GpuHloSchedule.Gravatar Mark Heffernan2018-08-30
* [XLA:GPU] Create backwards-input convs when the filter is a constant.Gravatar Justin Lebar2018-08-28
* [XLA:GPU] Schedule a DCE pass after multi-output fusionGravatar Benjamin Kramer2018-08-24
* [XLA] Add and use a layout-sensitive HLO verifier.Gravatar Justin Lebar2018-08-24
* [XLA] Use absl string types and functions instead of the TF versions.Gravatar Justin Lebar2018-08-23
* [XLA] Use absl::make_unique instead of xla::MakeUnique.Gravatar Justin Lebar2018-08-20
* Add a HloPass to rewrite convolutions with feature_group_count > 1.Gravatar Adrian Kuegel2018-08-16
* [XLA:GPU] VLOG HLO before optimization.Gravatar Sanjoy Das2018-08-14
* Propagate the Compiler pointer to CudnnConvolutionAlgorithmPicker.Gravatar Tim Shen2018-08-14
* [XLA] Add a new HLO pass to expand Scatter into existing HLO ops.Gravatar A. Unique TensorFlower2018-08-14
* [XLA:GPU] Remove aggressive while licm from the pipeline.Gravatar Sanjoy Das2018-08-07
* [XLA:GPU] Forward batched dot to cublas instead of expanding itGravatar Benjamin Kramer2018-08-03
* [XLA:GPU] Pad the channel dims of f16 convs to multiples of 8 on Volta.Gravatar Justin Lebar2018-07-30
* Implement constant buffer allocation for XLA:GPUGravatar Sanjoy Das2018-07-26
* [XLA:GPU] Don't lie about buffer alignment to LLVMGravatar Sanjoy Das2018-07-24
* [XLA:GPU] Warn if using driver jit < 396.20.0.Gravatar Justin Lebar2018-07-17
* Merge pull request #20752 from ROCmSoftwarePlatform:upstream-xla-rename-gpu-c...Gravatar TensorFlower Gardener2018-07-17
* [XLA:GPU] rename GpuCompiler to NVPTXCompilerGravatar Wen-Heng (Jack) Chung2018-07-16