aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/xla/service/layout_assignment_test.cc
Commit message (Expand)AuthorAge
* Add custom call with layout constraints.Gravatar Mark Heffernan2018-10-08
* Fix handling of tuples in CreateCopyWithNewLayout.Gravatar A. Unique TensorFlower2018-10-03
* [XLA] Modify the function that determines whether an instruction can changeGravatar Bixia Zheng2018-10-02
* Fix layout assignment for cross module all reduceGravatar A. Unique TensorFlower2018-10-02
* Convert layout_assignment_test to use HloVerifiedTestBase.Gravatar Dimitris Vardoulakis2018-09-10
* Global de-std::unique_ptr cleanup for xla::Literal.Gravatar A. Unique TensorFlower2018-09-10
* [XLA] Add a test case for propagating the result layout of a non-elementwiseGravatar Bixia Zheng2018-09-04
* Change headers to directly include absl::Span, and clean up the buildGravatar Tim Shen2018-08-30
* [XLA] Avoid implicit layout change for non-layout-changing instructions.Gravatar Bixia Zheng2018-08-28
* [XLA] Use absl string types and functions instead of the TF versions.Gravatar Justin Lebar2018-08-23
* 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
* Change Send, SendDone, Recv and RecvDone to produce tokens.Gravatar Mark Heffernan2018-07-03
* Change Send and Recv HLOs to take a token operand.Gravatar Mark Heffernan2018-07-02
* Rename HLO opcode kGenerateToken to kAfterAll.Gravatar Mark Heffernan2018-06-25
* Change infeed and outfeed to take and produce tokens.Gravatar Mark Heffernan2018-06-25
* Fix layout assignment CHECK failure on channel constraints.Gravatar A. Unique TensorFlower2018-06-13
* [XLA] Move xla/tools/parser/* into xla/service.Gravatar Justin Lebar2018-06-01
* Do not force default layout when there is no need to.Gravatar A. Unique TensorFlower2018-05-17
* [XLA] s/tensorflow::Status/Status/.Gravatar Justin Lebar2018-05-11
* [TF:XLA] Separate on-host and on-device shape and layout in HloModule.Gravatar A. Unique TensorFlower2018-05-01
* Improve our handling of bitcasts.Gravatar Sanjoy Das2018-02-27
* [XLA] Fix #17090 a problem in IrArray::Index::SourceIndexOfTranspose.Gravatar Bixia Zheng2018-02-26
* [XLA] Add FindInstruction and FindComputation helpers to HloTestBase.Gravatar Justin Lebar2018-02-21
* Automated g4 rollback of changelist 185623948Gravatar A. Unique TensorFlower2018-02-16
* Automated g4 rollback of changelist 185598764Gravatar A. Unique TensorFlower2018-02-13
* Wire in support for XLA kConditional instruction.Gravatar A. Unique TensorFlower2018-02-13
* [XLA] Set layout of GTE instructions inside fusion nodes.Gravatar Justin Lebar2018-01-28
* Move MakeFakeLiteral from client/lib/testing.h to tests/test_utils.h. Also re...Gravatar Mark Heffernan2017-11-10
* Lower vector-matrix dot to LLVM IR if the RHS of the dot can be madeGravatar Sanjoy Das2017-09-14
* Use xla/tests:xla_internal_test_main for all tests under tf/compiler/xlaGravatar Mark Heffernan2017-09-12
* Make transpose layout assignement more clear since reasoning about theGravatar Blake Hechtman2017-06-20
* Remove class xla::LiteralUtil. NFC (mind-numbingly so).Gravatar A. Unique TensorFlower2017-06-19
* [XLA] Switch HloTestBase-based tests to use new debug options flag.Gravatar Eli Bendersky2017-06-09
* [XLA] Add a way to classify constraints as mandatory or non-mandatory.Gravatar Benjamin Kramer2017-05-18
* Generalize layout assignment for bitcast reshapes.Gravatar A. Unique TensorFlower2017-05-16
* Replaced user defined matchers by gmock matchers.Gravatar A. Unique TensorFlower2017-04-27
* [XLA] Add a std::initializer_list overload for ContainersEqualGravatar David Majnemer2017-04-19
* Added and using GMock matcher for HloInstructionGravatar A. Unique TensorFlower2017-04-14
* Using GMock matchers in XLA tests.Gravatar A. Unique TensorFlower2017-04-11
* Initial open-source release of XLA: Accelerated Linear Algebra.Gravatar Peter Hawkins2017-01-09