aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/xla/service/gpu
Commit message (Expand)AuthorAge
* [XLA:GPU] Use CudnnConvKind in more places.Gravatar Justin Lebar2018-10-09
* [XLA:GPU] Elide the SequentialThunk when emitting scatter with no copyGravatar Benjamin Kramer2018-10-09
* [XLA:GPU] Pattern match atomic "apply" into an atomic storeGravatar Benjamin Kramer2018-10-09
* [XLA:GPU] Add an implementation of scatter for GPUGravatar Benjamin Kramer2018-10-09
* Add more logging to the convolution transformations.Gravatar Tim Shen2018-10-08
* Add custom call with layout constraints.Gravatar Mark Heffernan2018-10-08
* [XLA] Add base and window dilation support to ReduceWindowGravatar David Majnemer2018-10-06
* [XLA:GPU] Remove hidden flag for disabling heuristic layout assignment.Gravatar Justin Lebar2018-10-05
* [XLA:GPU] Use a struct for the return value of CudnnConvolutionAlgorithmPicke...Gravatar Justin Lebar2018-10-05
* [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
* [XLA] Fix some outdated comments referring to FlatMapGravatar Benjamin Kramer2018-10-02
* Merge pull request #21958 from MattConley:CudaOccupancyGravatar TensorFlower Gardener2018-10-01
|\
* | [XLA] Migrate from gtl::FlatSet to absl::flat_hash_setGravatar Benjamin Kramer2018-10-01
* | [XLA] Migrate from gtl::FlatMap to absl::flat_hash_mapGravatar Benjamin Kramer2018-10-01
* | [XLA:GPU] Pad convolution features of size 3 up to 4.Gravatar Justin Lebar2018-09-25
* | 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
* | Fix typo in error message.Gravatar Sanjoy Das2018-09-24
* | Further simplify the cuDNN wrappers. Instead of passing aroundGravatar Tim Shen2018-09-24
* | Move winograd algorithm workaround to stream executor.Gravatar Tim Shen2018-09-21
* | Simplify ir_emitter_unnested so that it doesn't take a look at convGravatar Tim Shen2018-09-19
* | Add interface for HLO passes which run on HloModuleGroup.Gravatar Mark Heffernan2018-09-19
* | Run CPU tests remotely.Gravatar A. Unique TensorFlower2018-09-19
* | Add layout information to logging.Gravatar Tim Shen2018-09-18
* | Simplify the initialization function in algortihm picker. No functional change.Gravatar Tim Shen2018-09-13
* | Fix 31 ClangTidy - Readability findings in //tensorflow/compiler/xla/.Gravatar Benjamin Kramer2018-09-11
* | Fix a typo in cudnn_convolution_rewriter.Gravatar Adrian Kuegel2018-09-11
* | Simplify algorithm picker's internal interface.Gravatar Tim Shen2018-09-10
* | Simplify convolution_thunk's interface.Gravatar Tim Shen2018-09-10
* | [XLA:GPU] Don't canonicalize forward convs with constant filters to backwards...Gravatar Justin Lebar2018-09-10
* | Cleanup cudnn_convolution_runner's interface. Use a struct to pack mostGravatar Tim Shen2018-09-10
* | Global de-std::unique_ptr cleanup for xla::Literal.Gravatar A. Unique TensorFlower2018-09-10
* | [TF:XLA] Migrate unit tests to use the HLO verifier (only tests where the con...Gravatar Dimitris Vardoulakis2018-09-10
* | Enable grouped convolutions for CudnnConvBackwardInput.Gravatar Adrian Kuegel2018-09-10
* | Move HloConstantFolding to the end of the conv_canonicalization pass pipeline.Gravatar Adrian Kuegel2018-09-10
* | Make scheduling and rematerialization HLO passes.Gravatar Mark Heffernan2018-09-08
* | [XLA:GPU] Clean up init thunk handling to handle arbitrary fused init valuesGravatar Benjamin Kramer2018-09-07
* | Split out HloDotInstruction as subclass from HloInstruction.Gravatar A. Unique TensorFlower2018-09-06
* | [XLA:GPU] Refactor some code for fusion output handling.Gravatar Bixia Zheng2018-09-06
* | Add HloSchedule to HloModule.Gravatar Mark Heffernan2018-09-06
* | Rollforward of cl/211656888 after fixing failing unit test.Gravatar Mark Heffernan2018-09-05
* | [XLA] Make tensorflow/compiler use absl::{StrCat,string_view,InlinedVector} c...Gravatar Benjamin Kramer2018-09-05
* | BEGIN_PUBLICGravatar Mark Heffernan2018-09-05
* | [TF:XLA] Define DefaultPrecisionConfig in HloTestBase and delete multiple dup...Gravatar Dimitris Vardoulakis2018-09-05
* | Add HloSchedule class representing a sequential order of an HloModule.Gravatar Mark Heffernan2018-09-05
* | [XLA] Make kConvolution, kDot HLO attributes mandatoryGravatar David Majnemer2018-09-04
* | [XLA:GPU] Make sure the input for ThenMemcpy stays alive when it executesGravatar Benjamin Kramer2018-09-04