aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/xla/service/hlo_alias_analysis.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] Use "absl::" rather than "::absl".Gravatar Justin Lebar2018-08-23
* [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
* Add backend specific lambda to decide whether a fusion instruction can share ...Gravatar A. Unique TensorFlower2018-06-21
* Add support for TOKEN type to CPU/GPU backends.Gravatar Mark Heffernan2018-06-14
* Fix the HLO alias analysis and copy insertion to cope with the new kCondition...Gravatar A. Unique TensorFlower2018-03-15
* [XLA] Pass the module to HloDataflowAnalysis by const reference.Gravatar Michael Kuperstein2018-02-16
* 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] 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
* Add HasLiveRangeInterference to HloAliasAnalysis which returns whether any HL...Gravatar Mark Heffernan2017-09-26
* Rollback update-ability of dataflow and alias analysis added in cl/164923041 ...Gravatar Mark Heffernan2017-09-01
* Remove unused codeGravatar A. Unique TensorFlower2017-08-16
* Merged commit includes the following changes:Gravatar A. Unique TensorFlower2017-08-11
* Make HloDataFlowAnalysis updatable after transforming the HLO graph.Gravatar Mark Heffernan2017-08-09
* Change HloBuffer, HloBufferSet and HloValueSet to hold pointers rather than ids.Gravatar A. Unique TensorFlower2017-07-12
* Rename HloLocation to HloPosition, to avoid ambiguity with MemoryLocation.Gravatar A. Unique TensorFlower2017-07-12
* Eliminate HloInstruction::FullyQualifiedName().Gravatar A. Unique TensorFlower2017-07-05
* [XLA:HLO] Split Hlo{Value,Buffer} out of Hlo{Dataflow,Alias}Analysis.Gravatar A. Unique TensorFlower2017-06-21
* [XLA:HLO] Minor cleanup to HloAliasAnalysis to use ShapeUtil::ForEachSubshape.Gravatar A. Unique TensorFlower2017-06-13
* [XLA] Add HLO alias analysis.Gravatar Mark Heffernan2017-06-09