aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/xla/service/copy_insertion.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
* [XLA] Migrate from gtl::FlatSet to absl::flat_hash_setGravatar Benjamin Kramer2018-10-01
* [XLA] Migrate from gtl::FlatMap to absl::flat_hash_mapGravatar Benjamin Kramer2018-10-01
* [XLA] Rename all (Mutable)ArraySlice to absl::Span.Gravatar Tim Shen2018-08-30
* Run AddSpecialCaseCopies in HloRematerialization.Gravatar Mark Heffernan2018-08-24
* [XLA] Use "absl::" rather than "::absl".Gravatar Justin Lebar2018-08-23
* [XLA] Stop including str_util.h.Gravatar Justin Lebar2018-08-23
* [XLA] Switch from tensorflow::str_util::Join to absl::StrJoin.Gravatar Justin Lebar2018-08-23
* [XLA] Use absl string types and functions instead of the TF versions.Gravatar Justin Lebar2018-08-23
* Elide copies for which the source and destination buffer is the same.Gravatar Mark Heffernan2018-08-13
* [TF:XLA] Enable better fusion-operand sharing in copy elision.Gravatar A. Unique TensorFlower2018-07-20
* [TF:XLA] Avoid special case copies for conditional HLOs.Gravatar A. Unique TensorFlower2018-07-17
* Automated g4 rollback of changelist 203171335Gravatar A. Unique TensorFlower2018-07-03
* [TF:XLA] Run copy insertion with HLO scheduling and rematerialization.Gravatar A. Unique TensorFlower2018-07-03
* [TF:XLA] Copy elision does not need to know about existing copies.Gravatar A. Unique TensorFlower2018-06-28
* Add backend specific lambda to decide whether a fusion instruction can share ...Gravatar A. Unique TensorFlower2018-06-21
* Add support for TOKEN type to CPU/GPU backends.Gravatar Mark Heffernan2018-06-14
* Automated g4 rollback of changelist 200309129Gravatar A. Unique TensorFlower2018-06-13
* Automated g4 rollback of changelist 200292049Gravatar A. Unique TensorFlower2018-06-12
* PUBLIC: [TF:XLA] Eliminate more copies after HLO scheduling.Gravatar A. Unique TensorFlower2018-06-12
* Merge changes from github.Gravatar Yifei Feng2018-05-24
* Move DoesNotUseOperandBuffer and CanShareOperandBufferWithUser fromGravatar Jeremy Lau2018-05-16
* Fix the HLO alias analysis and copy insertion to cope with the new kCondition...Gravatar A. Unique TensorFlower2018-03-15
* [XLA] [Copy insertion] Deterministically iterate through instructions to copyGravatar Yunxing Dai2018-03-12
* Fix buffer assignment for conditional instruction.Gravatar A. Unique TensorFlower2018-02-26
* [XLA] Pass the module to HloDataflowAnalysis by const reference.Gravatar Michael Kuperstein2018-02-16
* 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
* 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
* [XLA] Make HloModule::computations() return raw pointers.Gravatar Justin Lebar2017-09-29
* [XLA] Make HloComputation::instructions() return a view of HloInstruction*s.Gravatar Justin Lebar2017-09-28
* Reduce XLA compile time by ~7% for a convolutional image model:Gravatar A. Unique TensorFlower2017-08-18
* [XLA] Finish normalizing fusion computations into standard computationsGravatar A. Unique TensorFlower2017-07-26
* [XLA:HLO] Allow entry parameter buffer aliasing for read-only while instructi...Gravatar A. Unique TensorFlower2017-06-13
* Merge changes from github.Gravatar Jonathan Hseu2017-06-09
* Minor cleanupGravatar A. Unique TensorFlower2017-06-07
* [XLA] Simplify Shape traversal visitors.Gravatar Mark Heffernan2017-06-06
* [XLA] Fix a subtle issue in copy_insertion due the interaction between copyGravatar Kay Zhu2017-06-02
* Merged commit includes the following changes:Gravatar A. Unique TensorFlower2017-05-10
* [XLA:HLO] Reduce copy and get-tuple-element instructions added by CopyInsertion.Gravatar A. Unique TensorFlower2017-04-24
* [XLA] Remove unused parameter in copy insertion pass.Gravatar A. Unique TensorFlower2017-04-21
* Internal change.Gravatar A. Unique TensorFlower2017-03-06
* [XLA] Replace std::mutex & std::condition_variable by TF equivalentsGravatar Eli Bendersky2017-01-24
* Don't remove send, recv, or trace instructions in DCE pass. Also,Gravatar Mark Heffernan2017-01-19
* Initial open-source release of XLA: Accelerated Linear Algebra.Gravatar Peter Hawkins2017-01-09