aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/xla/service/hlo_sharding.h
Commit message (Expand)AuthorAge
* Change headers to directly include absl::Span, and clean up the buildGravatar Tim Shen2018-08-30
* [XLA] Rename all (Mutable)ArraySlice to absl::Span.Gravatar Tim Shen2018-08-30
* Do not crash when an empty tuple is passed into hlo_sharding.Gravatar Yunxing Dai2018-08-23
* [XLA] gtl::optional->absl::optionalGravatar Yunxing Dai2018-08-21
* 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
* [TF:XLA] Split literal_util into {literal, literal_util}.Gravatar Kay Zhu2018-07-03
* Propagate dominant devices to kWhile computations.Gravatar A. Unique TensorFlower2018-06-20
* [TF:XLA] Change hlo_domain_test to use HloVerifiedTestBase.Gravatar Dimitris Vardoulakis2018-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
* Propagate sharding of the source instruction to the copies added by layout as...Gravatar A. Unique TensorFlower2018-04-12
* Restructuring the HLO partitioner to fit host computation and handle kCall.Gravatar A. Unique TensorFlower2018-04-04
* Implement operator<< for HloShardingGravatar A. Unique TensorFlower2018-03-23
* Add new helpers to HLO sharding.Gravatar A. Unique TensorFlower2018-03-19
* Add TransformShardedTileShape helper method to HloShardingGravatar A. Unique TensorFlower2018-03-13
* Add a helper to HloSharding to easily create trivial flat tuples without requ...Gravatar A. Unique TensorFlower2017-12-05
* Tuples weren't handled by the sharding validator. Add more tuple validation t...Gravatar A. Unique TensorFlower2017-11-18
* Change HloSharding to allow getting a ShapeTree for non-tuple types.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