aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/xla/service/hlo_evaluator_typed_visitor.h
Commit message (Expand)AuthorAge
* [XLA] Simplify loop nesting in HandleConvolutionGravatar David Majnemer2018-10-08
* [XLA] Add base and window dilation support to ReduceWindowGravatar David Majnemer2018-10-06
* [XLA] In HloEvaluator, fix an issue where the return type and native type are...Gravatar Kay Zhu2018-09-25
* [XLA] Update Scatter to ignore out-of-bound indices.Gravatar A. Unique TensorFlower2018-09-24
* Generalize sort implementation in the HloEvaluator.Gravatar Adrian Kuegel2018-09-24
* Fix bug in kSlice implementation in evaluator.Gravatar Mark Heffernan2018-09-13
* Global de-std::unique_ptr cleanup for xla::Literal.Gravatar A. Unique TensorFlower2018-09-10
* [XLA] Add support for convolution feature groups to HloCostAnalysisGravatar David Majnemer2018-09-06
* Add support for grouped convolutions to the HloEvaluator.Gravatar Adrian Kuegel2018-09-05
* [XLA] Make kConvolution, kDot HLO attributes mandatoryGravatar David Majnemer2018-09-04
* Change headers to directly include absl::Span, and clean up the buildGravatar Tim Shen2018-08-30
* [XLA] Rename all (Mutable)ArraySlice to absl::Span.Gravatar Tim Shen2018-08-30
* [XLA] xla::ArrayContains -> absl::c_linear_searchGravatar Benjamin Kramer2018-08-30
* Remove (Mutable)ArraySlice implementation and alias them to absl::Span.Gravatar Tim Shen2018-08-30
* Automated rollback of commit 065f9b833ffbb3b2f03d63febb186275674ba133Gravatar Michael Kuperstein2018-08-29
* Automated rollback of commit 150dee25d82589ca109957cc996efbd2a236e044Gravatar Michael Kuperstein2018-08-29
* [XLA] Implement variadic reduce in the evaluator. It is currently supported o...Gravatar Michael Kuperstein2018-08-29
* [XLA] Implement kIota for CPU & GPU, extend it w/ broadcast semanticsGravatar David Majnemer2018-08-28
* [XLA] Switch to absl::StrFormat.Gravatar Justin Lebar2018-08-27
* [XLA] Define integer division overflowGravatar Sanjoy Das2018-08-21
* [XLA] gtl::optional->absl::optionalGravatar Yunxing Dai2018-08-21
* Merged commit includes the following changes:Gravatar Yifei Feng2018-08-21
* [XLA] Propagate invalid shape errors through reduce folding and turn it onGravatar Benjamin Kramer2018-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
* [XLA] Replace a CHECK(false) in the evaluator with a LOG(FATAL).Gravatar Michael Kuperstein2018-08-17
* Enable floating-point fast-path reductions in the evaluator for types other t...Gravatar Mark Heffernan2018-08-16
* [XLA] Make sure backends that don't support variadic reduce reject it.Gravatar Michael Kuperstein2018-08-09
* [XLA] Add evaluation support for Scatter HLO.Gravatar A. Unique TensorFlower2018-08-08
* [XLA] Introduce variadic version of reduce.Gravatar Michael Kuperstein2018-08-02
* [XLA] DynamicSlice and DynamicUpdateSlice OOB behavior is now well-defined.Gravatar Michael Kuperstein2018-07-25
* Start implementation of Iota HLO.Gravatar Nick Desaulniers2018-07-20
* [XLA] Implement sorting second dimension of a rank-2 in the evaluatorGravatar Michael Kuperstein2018-07-17
* Implement lgamma for XLAGravatar A. Unique TensorFlower2018-07-16
* [TF:XLA] Split literal_util into {literal, literal_util}.Gravatar Kay Zhu2018-07-03
* [XLA] Add evaluator support for sort key and value types being different.Gravatar Michael Kuperstein2018-07-02
* [XLA] Add key-value version of Sort HLO.Gravatar Michael Kuperstein2018-06-29
* Make the HLO evaluator correctly handle the lhs contracting dim for DotsGravatar Sanjoy Das2018-06-28
* [TF:XLA] Remove code for bitwise ops on float types from evaluator.Gravatar A. Unique TensorFlower2018-06-21
* [TF:XLA] Add Xor HLO operation.Gravatar A. Unique TensorFlower2018-06-21
* [XLA] Implement Sort in the evaluator.Gravatar Michael Kuperstein2018-06-21
* [XLA] Add missing space in evaluator error message.Gravatar Michael Kuperstein2018-06-13
* Fix assumptions that a Shape must be a tuple or an array.Gravatar Mark Heffernan2018-06-13
* - Fix typo in evaluatorGravatar Yunxing Dai2018-06-04
* Internal changeGravatar A. Unique TensorFlower2018-05-30
* Add a type-erased broadcast implementation to xla::LiteralGravatar Sanjoy Das2018-05-25
* [XLA] Devectorize constant-sized arraysGravatar Benjamin Kramer2018-05-24
* [XLA] Clamp indices in DynamicSlice and DynamicUpdateSlice instead of wrapping.Gravatar Michael Kuperstein2018-05-17