aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/xla/service/buffer_assignment.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] Add a global decreasing size best-fit buffer allocation algorithm, whic...Gravatar Yuanzhong Xu2018-09-21
* 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
* CHECK that the thread locality of the call matches thread locality of the calleeGravatar Sanjoy Das2018-08-31
* [XLA] Switch to absl::StrFormat.Gravatar Justin Lebar2018-08-27
* [XLA] Use "absl::" rather than "::absl".Gravatar Justin Lebar2018-08-23
* [XLA] Stop including str_util.h.Gravatar Justin Lebar2018-08-23
* [XLA] Use absl string types and functions instead of the TF versions.Gravatar Justin Lebar2018-08-23
* [TF:XLA] Handle some of the buffer aliasing across computations in HeapSimula...Gravatar Dimitris Vardoulakis2018-08-21
* [XLA] Use absl::make_unique instead of xla::MakeUnique.Gravatar Justin Lebar2018-08-20
* [XLA] Add a new HLO pass to expand Scatter into existing HLO ops.Gravatar A. Unique TensorFlower2018-08-14
* [XLA] Clean up clang tidy readability warnings in compiler/xlaGravatar Benjamin Kramer2018-08-06
* [TF:XLA] Remove unused parameter.Gravatar A. Unique TensorFlower2018-07-26
* Don't merge co-located buffer sets containing constantsGravatar Sanjoy Das2018-07-26
* Assign buffers for constantsGravatar Sanjoy Das2018-07-24
* Remove BufferAllocation::is_reusable() and introduce is_readonly(); NFCGravatar Sanjoy Das2018-07-24
* Co-allocate call operands with callee parametersGravatar Sanjoy Das2018-07-16
* [TF:XLA] Account for subcomputations in heap simulator during scheduling.Gravatar Dimitris Vardoulakis2018-06-14
* [TF:XLA] Move methods MinimumMemoryFor... from hlo_scheduling to heap_simulator.Gravatar Dimitris Vardoulakis2018-06-12
* [XLA] Make CrossReplicaSum support general cross replica reduce. Also change ...Gravatar A. Unique TensorFlower2018-06-05
* Update HeapSimulator to use BufferValue.Gravatar Jeremy Lau2018-05-11
* Fix bug in peak buffer accounting in buffer assignment.Gravatar Mark Heffernan2018-05-01
* [XLA] Speed up colocated buffer merging.Gravatar Michael Kuperstein2018-03-09
* Avoid merging colocation sets that include parameter/result buffersGravatar HyoukJoong Lee2018-03-06
* Add method for computing the maximal set of live LogicalBuffers in an allocat...Gravatar Mark Heffernan2018-03-05
* Fix buffer assignment for conditional instruction.Gravatar A. Unique TensorFlower2018-02-26
* [XLA:GPU] Don't crash when the root instruction of a computation is a multi-o...Gravatar Justin Lebar2018-02-13
* Bug fix in buffer assignment for colocated buffersGravatar HyoukJoong Lee2018-02-08
* Changed the heap simulator to allow it to be configured about whether to issu...Gravatar A. Unique TensorFlower2018-01-30
* [XLA:GPU] Implement conditional as a sequence of thunks in the GPU backend.Gravatar A. Unique TensorFlower2018-01-25
* [XLA] Allow buffers for CustomCalls to be reused.Gravatar Justin Lebar2018-01-24
* [TF/XLA] Add stricter checks of buffer sizes within colocated buffer sets.Gravatar Todd Wang2018-01-10
* [XLA] Slightly improve a CHECK-fail message.Gravatar A. Unique TensorFlower2018-01-04
* [XLA] Implement Conditional in XLA service, client ComputationBuilder, and CP...Gravatar A. Unique TensorFlower2017-12-07
* Roll forward new copy insertion pass.Gravatar Mark Heffernan2017-11-22
* [XLA:GPU] Mark loads as invariant where appropriate.Gravatar Justin Lebar2017-11-14
* Change for asynchronous Send and Recv by splitting Send into {Send, SendDone}Gravatar HyoukJoong Lee2017-11-10
* Do not return a mutable HloComputation* from a entry_computation() on aGravatar A. Unique TensorFlower2017-11-10
* [BufferAssignment] Sort allocation's "Assigned" objects before converting to ...Gravatar Yunxing Dai2017-11-06
* 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
* [XLA:HLO] Prevent while buffer entry parameter buffer sharing if buffer is li...Gravatar A. Unique TensorFlower2017-09-26