aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/xla/service/tuple_points_to_analysis.h
Commit message (Expand)AuthorAge
* [XLA] Delete IsInplaceSlice.Gravatar Yuanzhong Xu2018-10-03
* [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
* Change headers to directly include absl::Span, and clean up the buildGravatar Tim Shen2018-08-30
* Merged commit includes the following changes:Gravatar Yifei Feng2018-08-21
* [TF:XLA] Split select HLO into array- and tuple-select.Gravatar A. Unique TensorFlower2018-07-03
* Introduced kDomain HLO instruction set isolation to bound connected sets of i...Gravatar A. Unique TensorFlower2018-05-29
* Move DoesNotUseOperandBuffer and CanShareOperandBufferWithUser fromGravatar Jeremy Lau2018-05-16
* [XLA] Doc change: the invariant that GetBufferAlias is always non-empty no lo...Gravatar A. Unique TensorFlower2018-01-04
* Output of a slice op can alias its operand.Gravatar A. Unique TensorFlower2017-12-22
* Change for asynchronous Send and Recv by splitting Send into {Send, SendDone}Gravatar HyoukJoong Lee2017-11-10
* [TF:XLA] Reduce boilerplate code in HLO visitors.Gravatar A. Unique TensorFlower2017-10-30
* [XLA] Comment fixes (spelling, grammar, and a bit of correctness).Gravatar Justin Lebar2017-10-26
* [XLA] Make HloComputation::instructions() return a view of HloInstruction*s.Gravatar Justin Lebar2017-09-28
* [XLA] Separate logical buffer creation and ownership out of tuple pointer ana...Gravatar A. Unique TensorFlower2017-08-21
* Reduce XLA compile time by ~7% for a convolutional image model:Gravatar A. Unique TensorFlower2017-08-18
* Sped up TuplePointsToAnalysis module by consolidating three hashGravatar Jeffrey A. Dean2017-08-03
* [XLA] Allow logical buffer coloring to use liveness information.Gravatar A. Unique TensorFlower2017-07-17
* Speed up TuplePointsToAnalysis.Gravatar Justin Lebar2017-06-28
* [XLA] Make logical buffer coloring run on output of points-to analysis.Gravatar A. Unique TensorFlower2017-06-27
* Remove operand parameters from Handle{Maximum,Minimum,Convert,Copy}.Gravatar A. Unique TensorFlower2017-06-20
* [XLA] Add support for logical buffer coloring.Gravatar A. Unique TensorFlower2017-06-09
* [XLA] Allow of the tuple instruction as the fusion root.Gravatar A. Unique TensorFlower2017-05-26
* [XLA] Simplify BufferAlias class by removing unused member.Gravatar A. Unique TensorFlower2017-05-19
* Merged commit includes the following changes:Gravatar A. Unique TensorFlower2017-05-10
* [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
* [XLA] Change PointsToAnalysis to (optionally) include loop fusion instructions.Gravatar A. Unique TensorFlower2017-02-13
* [TF:XLA] Change buffer assignment to combine temp buffers into one allocation.Gravatar A. Unique TensorFlower2017-02-07
* Initial open-source release of XLA: Accelerated Linear Algebra.Gravatar Peter Hawkins2017-01-09