aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/xla/service/copy_insertion_test.cc
Commit message (Expand)AuthorAge
* Automated rollback of commit 375c109659d2d0e6265447dffdeb460693b3cccfGravatar A. Unique TensorFlower2018-10-09
* [XLA] Introduce input/output alias config.Gravatar Yunxing Dai2018-10-08
* Elide copies for which the source and destination buffer is the same.Gravatar Mark Heffernan2018-08-13
* [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
* [TF:XLA] Copy elision does not need to know about existing copies.Gravatar A. Unique TensorFlower2018-06-28
* 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
* [XLA] Redesign: delete versioned_computation_handle and compilation_cache.Gravatar A. Unique TensorFlower2018-06-07
* [XLA] Add reproducer that shows perf issues in HloDataflowAnalysis::UpdateTup...Gravatar Nick Desaulniers2018-02-14
* [TF:XLA] Fix infinite loop in HLO data flow analysis.Gravatar A. Unique TensorFlower2018-01-10
* Merge changes from github.Gravatar A. Unique TensorFlower2017-12-22
* Automated g4 rollback of changelist 179258973Gravatar A. Unique TensorFlower2017-12-15
* Merge changes from github.Gravatar Dandelion Man?2017-12-15
* Roll forward new copy insertion pass.Gravatar Mark Heffernan2017-11-22
* Rollback copy insertion change because it results in a DCHECK with an interna...Gravatar Mark Heffernan2017-11-03
* Rewrite CopyInsertion to use module-scoped HloAliasAnalysis. The net effect (...Gravatar Mark Heffernan2017-11-02
* Use xla/tests:xla_internal_test_main for all tests under tf/compiler/xlaGravatar Mark Heffernan2017-09-12
* Reduce XLA compile time by ~7% for a convolutional image model:Gravatar A. Unique TensorFlower2017-08-18
* Remove class xla::LiteralUtil. NFC (mind-numbingly so).Gravatar A. Unique TensorFlower2017-06-19
* [XLA:HLO] Allow entry parameter buffer aliasing for read-only while instructi...Gravatar A. Unique TensorFlower2017-06-13
* [XLA] Switch HloTestBase-based tests to use new debug options flag.Gravatar Eli Bendersky2017-06-09
* [XLA] Fix a subtle issue in copy_insertion due the interaction between copyGravatar Kay Zhu2017-06-02
* [XLA:HLO] Reduce copy and get-tuple-element instructions added by CopyInsertion.Gravatar A. Unique TensorFlower2017-04-24
* Added and using GMock matcher for HloInstructionGravatar A. Unique TensorFlower2017-04-14
* Using GMock matchers in XLA tests.Gravatar A. Unique TensorFlower2017-04-11
* [XLA] Replace uses of std::set with std::vector.Gravatar Mark Heffernan2017-03-10
* [TF:XLA] Reduce sequential memory usage via better ordering and simulated heap.Gravatar A. Unique TensorFlower2017-03-02
* Initial open-source release of XLA: Accelerated Linear Algebra.Gravatar Peter Hawkins2017-01-09