aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/xla/service/buffer_assignment_test.cc
Commit message (Expand)AuthorAge
* Global de-std::unique_ptr cleanup for xla::Literal.Gravatar A. Unique TensorFlower2018-09-10
* 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
* [XLA] Rename PrecisionConfigProto to PrecisionConfigGravatar David Majnemer2018-09-05
* BEGIN_PUBLICGravatar Mark Heffernan2018-09-05
* Add HloSchedule class representing a sequential order of an HloModule.Gravatar Mark Heffernan2018-09-05
* [XLA] Make kConvolution, kDot HLO attributes mandatoryGravatar David Majnemer2018-09-04
* [XLA] Rename all (Mutable)ArraySlice to absl::Span.Gravatar Tim Shen2018-08-30
* Convert a couple more test files to HloVerifiedTestBase, and add default argu...Gravatar Dimitris Vardoulakis2018-08-29
* [TF:XLA] Verify HLOs in buffer_assignment_test and hlo_instruction_test.Gravatar Dimitris Vardoulakis2018-08-29
* [XLA] Use absl::make_unique instead of xla::MakeUnique.Gravatar Justin Lebar2018-08-20
* Don't merge co-located buffer sets containing constantsGravatar Sanjoy Das2018-07-26
* Assign buffers for constantsGravatar Sanjoy Das2018-07-24
* Co-allocate call operands with callee parametersGravatar Sanjoy Das2018-07-16
* Add WithToken variants to Send/Recv/Infeed/Outfeed ops in XLA builder.Gravatar Mark Heffernan2018-07-09
* [TF:XLA] Split literal_util into {literal, literal_util}.Gravatar Kay Zhu2018-07-03
* [TF:XLA] Split select HLO into array- and tuple-select.Gravatar A. Unique TensorFlower2018-07-03
* Rename HLO opcode kGenerateToken to kAfterAll.Gravatar Mark Heffernan2018-06-25
* Change infeed and outfeed to take and produce tokens.Gravatar Mark Heffernan2018-06-25
* [TF:XLA] Move methods MinimumMemoryFor... from hlo_scheduling to heap_simulator.Gravatar Dimitris Vardoulakis2018-06-12
* [XLA] Sanitize HloComputation and HloInstruction names.Gravatar A. Unique TensorFlower2018-06-11
* [XLA] Move xla/tools/parser/* into xla/service.Gravatar Justin Lebar2018-06-01
* [XLA] Redesign: delete computation_tracker and user_computation.Gravatar A. Unique TensorFlower2018-05-31
* BufferValue is a new base class for LogicalBuffer and HloValue. This makes itGravatar Jeremy Lau2018-05-02
* Add missing colocated element in test in buffer_assignment_test.Gravatar Mark Heffernan2018-05-01
* Fix bug in peak buffer accounting in buffer assignment.Gravatar Mark Heffernan2018-05-01
* [TF:XLA]Gravatar Dimitris Vardoulakis2018-04-28
* 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
* Merge changes from github.Gravatar Ankur Taly2018-02-16
* Bug fix in buffer assignment for colocated buffersGravatar HyoukJoong Lee2018-02-08
* [XLA] Implement Conditional in XLA service, client ComputationBuilder, and CP...Gravatar A. Unique TensorFlower2017-12-07
* Merge changes from github.Gravatar Sourabh Bajaj2017-11-30
* [XLA] Adds Dot with DotDimensionNumbers proto for specifying arbitrary contra...Gravatar A. Unique TensorFlower2017-11-30
* Roll forward new copy insertion pass.Gravatar Mark Heffernan2017-11-22
* 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] Comment fixes (spelling, grammar, and a bit of correctness).Gravatar Justin Lebar2017-10-26
* [XLA:HLO] Prevent while buffer entry parameter buffer sharing if buffer is li...Gravatar A. Unique TensorFlower2017-09-26
* Cut dependencies between XLA client/service and CPU/GPU backends.Gravatar Justin Lebar2017-09-15
* Use xla/tests:xla_internal_test_main for all tests under tf/compiler/xlaGravatar Mark Heffernan2017-09-12
* [XLA] Separate logical buffer creation and ownership out of tuple pointer ana...Gravatar A. Unique TensorFlower2017-08-21
* Sped up TuplePointsToAnalysis module by consolidating three hashGravatar Jeffrey A. Dean2017-08-03
* Set the HloModule parent for HloComputations in all instances whereGravatar Mark Heffernan2017-08-02
* [XLA] Added HasAllocationAt() helper function.Gravatar Artem Belevich2017-07-31
* [XLA] StatusOr testing macro TF_ASSIGN_OR_ASSERT_OK => TF_ASSERT_OK_AND_ASSIGNGravatar A. Unique TensorFlower2017-07-24
* [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] Make logical buffer coloring run on output of points-to analysis.Gravatar A. Unique TensorFlower2017-06-27
* Merge changes from github.Gravatar A. Unique TensorFlower2017-06-27