aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/xla/service/hlo_instruction_test.cc
Commit message (Expand)AuthorAge
* [XLA] Make overly-specific ShapeUtil predicate a little more general.Gravatar Chris Leary2018-10-08
* [XLA] Rename PrecisionConfigProto to PrecisionConfigGravatar David Majnemer2018-09-05
* [TF:XLA] Define DefaultPrecisionConfig in HloTestBase and delete multiple dup...Gravatar Dimitris Vardoulakis2018-09-05
* [XLA] Make kConvolution, kDot HLO attributes mandatoryGravatar David Majnemer2018-09-04
* [XLA] Add two new tests.Gravatar Justin Lebar2018-08-30
* Convert a couple more test files to HloVerifiedTestBase, and add default argu...Gravatar Dimitris Vardoulakis2018-08-29
* [TF:XLA] Verify HLOs in buffer_assignment_test and hlo_instruction_test.Gravatar Dimitris Vardoulakis2018-08-29
* [XLA] Switch to absl::StrFormat.Gravatar Justin Lebar2018-08-27
* Improve gather ergonomics by renaming fields.Gravatar Sanjoy Das2018-08-16
* [XLA] Add Scatter HLO.Gravatar A. Unique TensorFlower2018-08-01
* [XLA] Split out HloGatherInstruction as subclass from HloInstruction.Gravatar A. Unique TensorFlower2018-07-12
* Fix build.Gravatar Anna R2018-07-10
* Add WithToken variants to Send/Recv/Infeed/Outfeed ops in XLA builder.Gravatar Mark Heffernan2018-07-09
* [TF:XLA] Split literal_util into {literal, literal_util}.Gravatar Kay Zhu2018-07-03
* Merge changes from github.Gravatar Mingxing Tan2018-06-28
* Rename HLO opcode kGenerateToken to kAfterAll.Gravatar Mark Heffernan2018-06-25
* [XLA] Avoid fusion nodes to have duplicate operands during replacing uses.Gravatar Yuanzhong Xu2018-06-25
* Change infeed and outfeed to take and produce tokens.Gravatar Mark Heffernan2018-06-25
* Remove static_operands, which was a dead fieldGravatar A. Unique TensorFlower2018-06-25
* [XLA] Sanitize HloComputation and HloInstruction names.Gravatar A. Unique TensorFlower2018-06-11
* [DataFlowAnalysis] Be less conservative on loop fusion nodes when reusing buf...Gravatar Yunxing Dai2018-06-07
* [XLA] Move xla/tools/parser/* into xla/service.Gravatar Justin Lebar2018-06-01
* [XLA] Fix handling of CustomCall's window and dnums.Gravatar Justin Lebar2018-05-31
* [XLA] Check for identical backend configs in HloInstruction::Identical.Gravatar Justin Lebar2018-05-31
* Introduced kDomain HLO instruction set isolation to bound connected sets of i...Gravatar A. Unique TensorFlower2018-05-29
* Implement additional options to control the string output of HloInstruction a...Gravatar A. Unique TensorFlower2018-05-11
* Delete kTransposeDot (it is no longer in use)Gravatar Sanjoy Das2018-05-07
* [TF:XLA]Gravatar Dimitris Vardoulakis2018-04-28
* Generalize the gather_indices dimension that stores indicesGravatar Sanjoy Das2018-02-26
* [XLA] Add some plumbing, documentation, verification and shape inference for ...Gravatar Sanjoy Das2018-02-16
* [TF:XLA] Handle fusion instructions in HloInstruction equality comparison.Gravatar A. Unique TensorFlower2018-02-08
* Add check for valid outfeed shape on outfeed creation and in HloVerifier.Gravatar Mark Heffernan2018-01-19
* [XLA] Name conv/dot fusion nodes conv_fusion.42 / dot_fusion.42.Gravatar Justin Lebar2018-01-10
* [XLA] Update the parsing and stringfication of the Dot dimension numbers.Gravatar A. Unique TensorFlower2017-12-21
* [XLA] Gather the bool parameters into one thing to control the text format.Gravatar A. Unique TensorFlower2017-12-14
* [XLA] Update parser to handle conditional. Also fix the stringification ofGravatar A. Unique TensorFlower2017-12-13
* [XLA] Mark Rng as side-effecting and add a rematerialization test to ensure t...Gravatar Blake Hechtman2017-12-05
* [XLA] Adds Dot with DotDimensionNumbers proto for specifying arbitrary contra...Gravatar A. Unique TensorFlower2017-11-30
* Merge changes from github.Gravatar Yifei Feng2017-11-22
* Automated g4 rollback of changelist 176615107Gravatar Yifei Feng2017-11-22
* Merge changes from github.Gravatar Yifei Feng2017-11-21
* Don't prepend '%' in HloInstruction constructor. And update the ToString and ...Gravatar A. Unique TensorFlower2017-11-17
* Hlo parser: support fusion.Gravatar A. Unique TensorFlower2017-11-13
* [TF:XLA] Reduce boilerplate code in HLO visitors.Gravatar A. Unique TensorFlower2017-10-30
* Support more instructions in Hlo parser.Gravatar A. Unique TensorFlower2017-10-24
* Preserve metadata_ when using HloInstruction::CloneWithNewOperands.Gravatar A. Unique TensorFlower2017-10-17
* [XLA] The shape of the clone of a tuple should be the same as the shape of th...Gravatar A. Unique TensorFlower2017-10-13
* Use xla/tests:xla_internal_test_main for all tests under tf/compiler/xlaGravatar Mark Heffernan2017-09-12
* [XLA] Sanity check the list of called computations for fusion nodesGravatar David Majnemer2017-08-31
* Merge changes from github.Gravatar A. Unique TensorFlower2017-08-15