aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/xla/service/buffer_assignment.h
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
* CHECK that the thread locality of the call matches thread locality of the calleeGravatar Sanjoy Das2018-08-31
* Change headers to directly include absl::Span, and clean up the buildGravatar Tim Shen2018-08-30
* [TF:XLA] Remove unused parameter.Gravatar A. Unique TensorFlower2018-07-26
* Assign buffers for constantsGravatar Sanjoy Das2018-07-24
* Remove BufferAllocation::is_reusable() and introduce is_readonly(); NFCGravatar Sanjoy Das2018-07-24
* Move DoesNotUseOperandBuffer and CanShareOperandBufferWithUser fromGravatar Jeremy Lau2018-05-16
* Fix bug in peak buffer accounting in buffer assignment.Gravatar Mark Heffernan2018-05-01
* Add method for computing the maximal set of live LogicalBuffers in an allocat...Gravatar Mark Heffernan2018-03-05
* [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
* [XLA:GPU] Mark loads as invariant where appropriate.Gravatar Justin Lebar2017-11-14
* [XLA:CPU] Add an in-place implementation of fused-dynamic-update-slice.Gravatar Justin Lebar2017-10-11
* Reduce XLA compile time by ~7% for a convolutional image model:Gravatar A. Unique TensorFlower2017-08-18
* [XLA] Added HasAllocationAt() helper function.Gravatar Artem Belevich2017-07-31
* [XLA] Allow logical buffer coloring to use liveness information.Gravatar A. Unique TensorFlower2017-07-17
* [XLA] Support different alignment requirements depending on buffer color.Gravatar A. Unique TensorFlower2017-06-30
* [XLA] Move the flag from buffer_assignment_flags to debug_options_flagsGravatar Eli Bendersky2017-06-29
* [XLA] Make logical buffer coloring run on output of points-to analysis.Gravatar A. Unique TensorFlower2017-06-27
* Fix check for buffer interference with While instructions.Gravatar A. Unique TensorFlower2017-06-16
* [XLA] Add support for logical buffer coloring.Gravatar A. Unique TensorFlower2017-06-09
* Add debug protos that serialize HLO graph information.Gravatar A. Unique TensorFlower2017-05-25
* [XLA] Internal change.Gravatar A. Unique TensorFlower2017-05-17
* [XLA] Remove unused parameter in buffer assignment.Gravatar A. Unique TensorFlower2017-05-12
* [XLA:HLO] Run HeapSimulator on whole-module if all computations are sequential.Gravatar A. Unique TensorFlower2017-05-02
* [XLA] Remove vestigial colocate_related_buffers_ boolean in BufferAssignment.Gravatar A. Unique TensorFlower2017-04-13
* [XLA] Force buffer sharing of separate while instructions.Gravatar A. Unique TensorFlower2017-04-05
* Internal change.Gravatar A. Unique TensorFlower2017-03-29
* [TF:XLA] Reduce sequential memory usage via better ordering and simulated heap.Gravatar A. Unique TensorFlower2017-03-02
* [XLA] In BufferAssignment always combine temporary allocations.Gravatar Mark Heffernan2017-02-15
* Add bytes accessed to HLO profile output. Bytes accessed is a measure of the ...Gravatar Mark Heffernan2017-02-10
* [TF:XLA] Fix bug in BufferAssigner colocated buffer sets.Gravatar A. Unique TensorFlower2017-02-07
* [TF:XLA] Change buffer assignment to combine temp buffers into one allocation.Gravatar A. Unique TensorFlower2017-02-07
* [TF:XLA] Fix tuple-shaped Call op.Gravatar A. Unique TensorFlower2017-01-27
* Break out HloOrdering classes into separate files.Gravatar Mark Heffernan2017-01-25
* Do not reuse allocations which hold tuple logical buffers. This works around ...Gravatar Mark Heffernan2017-01-25
* Initial open-source release of XLA: Accelerated Linear Algebra.Gravatar Peter Hawkins2017-01-09