aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/xla/service/tuple_points_to_analysis.cc
Commit message (Expand)AuthorAge
* [XLA] Allow scatter to share the operand buffer with the outputGravatar Benjamin Kramer2018-10-09
* [XLA] Delete IsInplaceSlice.Gravatar Yuanzhong Xu2018-10-03
* [XLA] Rename all (Mutable)ArraySlice to absl::Span.Gravatar Tim Shen2018-08-30
* [XLA] Switch to absl::StrFormat.Gravatar Justin Lebar2018-08-27
* [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
* [XLA] Use absl::make_unique instead of xla::MakeUnique.Gravatar Justin Lebar2018-08-20
* [XLA] Clean up clang tidy readability warnings in compiler/xlaGravatar Benjamin Kramer2018-08-06
* Allow Sort to share the buffer with the operand if it is the only user.Gravatar Adrian Kuegel2018-07-31
* [TF:XLA] Split select HLO into array- and tuple-select.Gravatar A. Unique TensorFlower2018-07-03
* Change Send, SendDone, Recv and RecvDone to produce tokens.Gravatar Mark Heffernan2018-07-03
* Enable multioutput fusion opearnd buffer reuse.Gravatar Yunxing Dai2018-06-21
* [TuplePointsToAnalysis] Be less conservative on loop fusion nodes when reusin...Gravatar A. Unique TensorFlower2018-06-11
* 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
* Output of a slice op can alias its operand.Gravatar A. Unique TensorFlower2017-12-22
* [XLA] Make TuplePointsToAnalysis and LogicalBufferAnalysis track nested fusio...Gravatar A. Unique TensorFlower2017-11-10
* 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] 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] 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] Finish normalizing fusion computations into standard computationsGravatar A. Unique TensorFlower2017-07-26
* Eliminate HloInstruction::FullyQualifiedName().Gravatar A. Unique TensorFlower2017-07-05
* 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] Simplify Shape traversal visitors.Gravatar Mark Heffernan2017-06-06
* [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