aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/xla/service/hlo_sharding.cc
Commit message (Expand)AuthorAge
* Few more fixes for issued in parsing invalid HLO module proto.Gravatar A. Unique TensorFlower2018-10-04
* Fixes for few issues in HloModule::CreateFromProto()Gravatar A. Unique TensorFlower2018-10-02
* [XLA] Rename all (Mutable)ArraySlice to absl::Span.Gravatar Tim Shen2018-08-30
* Improve the implementation of HloSharding::GetSubShardingGravatar A. Unique TensorFlower2018-08-29
* [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
* Do not crash when an empty tuple is passed into hlo_sharding.Gravatar Yunxing Dai2018-08-23
* [XLA] Use absl string types and functions instead of the TF versions.Gravatar Justin Lebar2018-08-23
* [XLA] gtl::optional->absl::optionalGravatar Yunxing Dai2018-08-21
* Fixed HloSharding::Hash for tuple.Gravatar A. Unique TensorFlower2018-08-16
* Remove tile shape from HloShardingGravatar A. Unique TensorFlower2018-08-08
* Cleanup the sharding unique device API.Gravatar A. Unique TensorFlower2018-07-31
* Build fully connected graph which edges across called computations.Gravatar A. Unique TensorFlower2018-07-07
* Propagate dominant devices to kWhile computations.Gravatar A. Unique TensorFlower2018-06-20
* Do not count empty tuples as having one leaf node.Gravatar A. Unique TensorFlower2018-06-12
* Wire in the kDomain infrastructure brought in by cl/193798254.Gravatar A. Unique TensorFlower2018-06-07
* Introduced kDomain HLO instruction set isolation to bound connected sets of i...Gravatar A. Unique TensorFlower2018-05-29
* [XLA] Minor HloSharding cleanups.Gravatar Justin Lebar2018-05-29
* Fix HloSharding::GetSubSharding to return correct array shardingsGravatar A. Unique TensorFlower2018-05-04
* Softens the requirements in the HLO sharding validationGravatar A. Unique TensorFlower2018-04-24
* Propagate sharding of the source instruction to the copies added by layout as...Gravatar A. Unique TensorFlower2018-04-12
* Fix HloSharding::ToString to be compatible with the HLO text parserGravatar A. Unique TensorFlower2018-03-23
* Implement operator<< for HloShardingGravatar A. Unique TensorFlower2018-03-23
* Add TransformShardedTileShape helper method to HloShardingGravatar A. Unique TensorFlower2018-03-13
* Allow setting of OpMetadata for Send HLOs.Gravatar A. Unique TensorFlower2018-02-23
* Add alpha support for dealing with shardings to batchnorm rewriterGravatar A. Unique TensorFlower2017-11-29
* Tuples weren't handled by the sharding validator. Add more tuple validation t...Gravatar A. Unique TensorFlower2017-11-18
* Extend the Array class with more functionality.Gravatar A. Unique TensorFlower2017-11-10
* When sharding a tuple, we typically want to describe the data shardingGravatar A. Unique TensorFlower2017-11-10
* Supported in this CL:Gravatar A. Unique TensorFlower2017-10-30