aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/xla/service/instruction_fusion_test.cc
Commit message (Expand)AuthorAge
* [XLA] Unify spelling of 'fusible'Gravatar Benjamin Kramer2018-08-27
* Add WithToken variants to Send/Recv/Infeed/Outfeed ops in XLA builder.Gravatar Mark Heffernan2018-07-09
* Change Send and Recv HLOs to take a token operand.Gravatar Mark Heffernan2018-07-02
* [XLA] Move xla/tools/parser/* into xla/service.Gravatar Justin Lebar2018-06-01
* Refactor HloInstruction::Fuse and add a method for multi-output fusion.Gravatar A. Unique TensorFlower2018-05-16
* Pre-factoring: Fix overly specific test expectations to prepare for multi-out...Gravatar A. Unique TensorFlower2018-05-14
* Fix a test expectation.Gravatar A. Unique TensorFlower2018-05-08
* [XLA] Always be willing to duplicate widening kConvert instructions during fu...Gravatar Justin Lebar2018-05-07
* Simplify, test and document logic in instruction fusion that decides whether weGravatar A. Unique TensorFlower2018-04-26
* Minor cleanupGravatar A. Unique TensorFlower2017-09-20
* [XLA] Move ReusesOperandElements() fusion check into the CPU/GPU subclasses.Gravatar A. Unique TensorFlower2017-09-13
* Use xla/tests:xla_internal_test_main for all tests under tf/compiler/xlaGravatar Mark Heffernan2017-09-12
* 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] If an op has a single "large" operand, we want to fuse this op into som...Gravatar A. Unique TensorFlower2017-06-01
* Don't try to fuse ops that require duplication unless we expect them to be fu...Gravatar A. Unique TensorFlower2017-05-18
* Added and using GMock matcher for HloInstructionGravatar A. Unique TensorFlower2017-04-14
* Fusion uses the same cost model for all backends when it comes toGravatar David Majnemer2017-03-29
* Initial open-source release of XLA: Accelerated Linear Algebra.Gravatar Peter Hawkins2017-01-09