aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/xla/service/gpu/BUILD
Commit message (Expand)AuthorAge
* [XLA:GPU] Use CudnnConvKind in more places.Gravatar Justin Lebar2018-10-09
* [XLA:GPU] Add an implementation of scatter for GPUGravatar Benjamin Kramer2018-10-09
* [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] Fix some outdated comments referring to FlatMapGravatar Benjamin Kramer2018-10-02
* [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
* 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
* Further simplify the cuDNN wrappers. Instead of passing aroundGravatar Tim Shen2018-09-24
* Run CPU tests remotely.Gravatar A. Unique TensorFlower2018-09-19
* Simplify algorithm picker's internal interface.Gravatar Tim Shen2018-09-10
* Simplify convolution_thunk's interface.Gravatar Tim Shen2018-09-10
* [TF:XLA] Migrate unit tests to use the HLO verifier (only tests where the con...Gravatar Dimitris Vardoulakis2018-09-10
* Make scheduling and rematerialization HLO passes.Gravatar Mark Heffernan2018-09-08
* Split out HloDotInstruction as subclass from HloInstruction.Gravatar A. Unique TensorFlower2018-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
* BEGIN_PUBLICGravatar Mark Heffernan2018-09-05
* Add HloSchedule class representing a sequential order of an HloModule.Gravatar Mark Heffernan2018-09-05
* Call Cudnn also for grouped convolutions.Gravatar Adrian Kuegel2018-09-03
* Change headers to directly include absl::Span, and clean up the buildGravatar Tim Shen2018-08-30
* Rename HloSchedule to GpuHloSchedule.Gravatar Mark Heffernan2018-08-30
* [XLA:GPU] Extract and generalize fusion-related logic from compiler pass-spec...Gravatar Thomas Joerg2018-08-30
* [XLA:GPU] Create backwards-input convs when the filter is a constant.Gravatar Justin Lebar2018-08-28
* [XLA:GPU] Print better error messages in stream_executor_util.Gravatar Justin Lebar2018-08-28
* Use a mixin to reduce llvm::IRBuilder<> related boilerplate.Gravatar Sanjoy Das2018-08-27
* [XLA] Switch to absl::StrFormat.Gravatar Justin Lebar2018-08-27
* [XLA] Stop including str_util.h.Gravatar Justin Lebar2018-08-23
* [XLA] Switch from tensorflow::str_util::Join to absl::StrJoin.Gravatar Justin Lebar2018-08-23
* [XLA] Use absl string types and functions instead of the TF versions.Gravatar Justin Lebar2018-08-23
* [XLA] gtl::optional->absl::optionalGravatar Yunxing Dai2018-08-21
* Merged commit includes the following changes:Gravatar Yifei Feng2018-08-21
* [XLA] Use absl::make_unique instead of xla::MakeUnique.Gravatar Justin Lebar2018-08-20
* [XLA] Switch to absl versions of the c_foo functions.Gravatar Justin Lebar2018-08-20
* Automated rollback of commit 4a41f50648929197954d892559587cb76458d306Gravatar A. Unique TensorFlower2018-08-17
* [XLA] Switch to absl versions of the c_foo functions.Gravatar Justin Lebar2018-08-17
* Add a HloPass to rewrite convolutions with feature_group_count > 1.Gravatar Adrian Kuegel2018-08-16
* Implmenet cuDNN algorithm cross checking.Gravatar Tim Shen2018-08-15
* Propagate the Compiler pointer to CudnnConvolutionAlgorithmPicker.Gravatar Tim Shen2018-08-14
* Add a buffer comparator to make it easy comparing fp16 buffers.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] Add a generic trip count analysis based on HloEvaluatorGravatar Benjamin Kramer2018-08-08
* [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
* Use constant buffer allocations for XLA:CPUGravatar Sanjoy Das2018-07-27
* [XLA] Use se:: rather than stream_executor:: in a few places.Gravatar Justin Lebar2018-07-27
* Implement constant buffer allocation for XLA:GPUGravatar Sanjoy Das2018-07-26
* Replace generic Pool with StreamPool, and discard failed streams.Gravatar Todd Wang2018-07-25