aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/xla/service/hlo_rematerialization.cc
Commit message (Expand)AuthorAge
* [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
* Add interface for HLO passes which run on HloModuleGroup.Gravatar Mark Heffernan2018-09-19
* Make scheduling and rematerialization HLO passes.Gravatar Mark Heffernan2018-09-08
* Rollforward of cl/211656888 after fixing failing unit test.Gravatar Mark Heffernan2018-09-05
* BEGIN_PUBLICGravatar Mark Heffernan2018-09-05
* Add HloSchedule class representing a sequential order of an HloModule.Gravatar Mark Heffernan2018-09-05
* [XLA] Rename all (Mutable)ArraySlice to absl::Span.Gravatar Tim Shen2018-08-30
* [XLA] Switch to absl::StrFormat.Gravatar Justin Lebar2018-08-27
* 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
* Merged commit includes the following changes:Gravatar Yifei Feng2018-08-21
* [TF:XLA] Enable better fusion-operand sharing in copy elision.Gravatar A. Unique TensorFlower2018-07-20
* 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
* 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
* [TF:XLA] Move methods MinimumMemoryFor... from hlo_scheduling to heap_simulator.Gravatar Dimitris Vardoulakis2018-06-12
* Cache the rematerializable status.Gravatar A. Unique TensorFlower2018-06-06
* Move DoesNotUseOperandBuffer and CanShareOperandBufferWithUser fromGravatar Jeremy Lau2018-05-16
* BufferValue is a new base class for LogicalBuffer and HloValue. This makes itGravatar Jeremy Lau2018-05-02
* [XLA] Make HLO memory schedulers pluggable. Introduce a typedef MemorySchedul...Gravatar Peter Hawkins2018-03-20
* 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] Add a flag to control the HLO scheduling algorithm choice.Gravatar Chris Leary2017-12-15
* [XLA] Humanize some print-outs.Gravatar A. Unique TensorFlower2017-12-05
* Check per HLO instruction only at vlog=1 in non-opt build.Gravatar Jacques Pienaar2017-11-28
* [XLA] Rematerialization and fusion need to consider nested computations to de...Gravatar Blake Hechtman2017-11-16
* Change for asynchronous Send and Recv by splitting Send into {Send, SendDone}Gravatar HyoukJoong Lee2017-11-10
* [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
* Remove overly-conservative CHECK in rematerialization. The CHECK verifiedGravatar Mark Heffernan2017-09-13
* [XLA] Allow caller to inspect rematerialization before/after sizes.Gravatar Chris Leary2017-09-05
* [XLA] Sanity check the list of called computations for fusion nodesGravatar David Majnemer2017-08-31
* Reduce XLA compile time by ~7% for a convolutional image model:Gravatar A. Unique TensorFlower2017-08-18
* [Rematerialization] Reconsider to remat operations with control dependenciesGravatar A. Unique TensorFlower2017-08-17
* Improve performance of compilation by ~8% by speeding up theGravatar A. Unique TensorFlower2017-08-01
* Fix the constructor parameter in InstructionList to be pass-by-reference.Gravatar A. Unique TensorFlower2017-07-28
* [XLA] Finish normalizing fusion computations into standard computationsGravatar A. Unique TensorFlower2017-07-26
* [XLA:HLO] Move sequence functions from hlo_ordering.h to hlo_scheduling.h.Gravatar A. Unique TensorFlower2017-06-21
* Adjust rematerialization cost function to only be the inverse of its benefit ...Gravatar Blake Hechtman2017-06-16
* [XLA] Simplify Shape traversal visitors.Gravatar Mark Heffernan2017-06-06
* Improve the error message for live set memory check.Gravatar Jianwei Xie2017-05-29
* Merged commit includes the following changes:Gravatar A. Unique TensorFlower2017-05-10