aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/xla/service/hlo_evaluator.cc
Commit message (Expand)AuthorAge
* Enable support for PRED values in KeyValueSort for the HloEvaluator.Gravatar Adrian Kuegel2018-10-09
* [XLA] Replace the last FlatMap in XLA with a simple array.Gravatar Benjamin Kramer2018-10-02
* [XLA] In HloEvaluator, fix an issue where the return type and native type are...Gravatar Kay Zhu2018-09-25
* 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] Improve error message in HLO evaluator for illegal broadcast.Gravatar Justin Lebar2018-09-09
* [XLA] Rename PrecisionConfigProto to PrecisionConfigGravatar David Majnemer2018-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
* 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] 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
* [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
* Improve gather ergonomics by renaming fields.Gravatar Sanjoy Das2018-08-16
* [XLA] Implement sorting second dimension of a rank-2 in the evaluatorGravatar Michael Kuperstein2018-07-17
* Fix DCHECK off-by-one error.Gravatar Adrian Kuegel2018-07-11
* Clamp gather indices instead of wrap-around.Gravatar Adrian Kuegel2018-07-11
* Fix a typo in a commentGravatar Sanjoy Das2018-07-10
* Teach the indexed array analysis about dot operationsGravatar Sanjoy Das2018-07-09
* [TF:XLA] Split literal_util into {literal, literal_util}.Gravatar Kay Zhu2018-07-03
* [TF:XLA] Split select HLO into array- and tuple-select.Gravatar A. Unique TensorFlower2018-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
* Rename HLO opcode kGenerateToken to kAfterAll.Gravatar Mark Heffernan2018-06-25
* Add support for TOKEN type to CPU/GPU backends.Gravatar Mark Heffernan2018-06-14
* Make deleting HloInstruction safer.Gravatar A. Unique TensorFlower2018-06-14
* Fix assumptions that a Shape must be a tuple or an array.Gravatar Mark Heffernan2018-06-13
* Add kGenerateToken HLO instruction.Gravatar Mark Heffernan2018-06-08
* Introduced kDomain HLO instruction set isolation to bound connected sets of i...Gravatar A. Unique TensorFlower2018-05-29
* Add support for unary and binary ops to indexed tensor analysisGravatar Sanjoy Das2018-05-25
* Add a type-erased broadcast implementation to xla::LiteralGravatar Sanjoy Das2018-05-25
* Merge changes from github.Gravatar Yifei Feng2018-05-24
* [TF:XLA] remove re-initializations of LiteralsGravatar Nick Desaulniers2018-05-17
* ClangTidy - Readability cleanup:/code-findings-fixes.Gravatar A. Unique TensorFlower2018-05-14
* [XLA] First step in adding Literal slice classes, to improve interface safetyGravatar Kay Zhu2018-05-09
* [XLA] Shard compilation of HloEvaluator.Gravatar Justin Lebar2018-05-07
* [TF:XLA]Gravatar Dimitris Vardoulakis2018-04-28
* [TF:XLA:INTERPRETER] implement bfloat16 comparisonsGravatar Nick Desaulniers2018-04-27
* Initial addition of CLZ HLOGravatar Jacques Pienaar2018-04-18
* [XLA] Document and enforce reduction order of init valueGravatar Nick Desaulniers2018-04-16
* Add bitcast-convert support to the evaluator and as a method on Literal.Gravatar Mark Heffernan2018-04-09
* [XLA] Parallelize HloEvaluator::HandleConvolutionGravatar Michael Kuperstein2018-04-08