aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/xla/service/hlo_domain_test.cc
Commit message (Expand)AuthorAge
* Fix CRS combiner for spatial partitioningGravatar HyoukJoong Lee2018-09-04
* Convert a couple more test files to HloVerifiedTestBase, and add default argu...Gravatar Dimitris Vardoulakis2018-08-29
* Domain tuple sharding propagation from users instead of from operands.Gravatar A. Unique TensorFlower2018-08-28
* [XLA] Add and use a layout-sensitive HLO verifier.Gravatar Justin Lebar2018-08-24
* [XLA] Use absl string types and functions instead of the TF versions.Gravatar Justin Lebar2018-08-23
* Reduce the memory usage of sharding domainsGravatar A. Unique TensorFlower2018-08-23
* Fix domain isolation for the case when multiple domain type is involvedGravatar A. Unique TensorFlower2018-08-22
* [XLA] Use absl::make_unique instead of xla::MakeUnique.Gravatar Justin Lebar2018-08-20
* Fix domain sharding setting for tuple instructions.Gravatar A. Unique TensorFlower2018-08-09
* Make the HloDomainRemover pass more configurableGravatar A. Unique TensorFlower2018-07-16
* Fix domain removal when the root instruction is an empty domainGravatar A. Unique TensorFlower2018-07-09
* Change Send, SendDone, Recv and RecvDone to produce tokens.Gravatar Mark Heffernan2018-07-03
* Change Send and Recv HLOs to take a token operand.Gravatar Mark Heffernan2018-07-02
* Fixed ShardingMetadata dump of null sharding from None to {}, to make itGravatar A. Unique TensorFlower2018-06-28
* 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] Change hlo_domain_test to use HloVerifiedTestBase.Gravatar Dimitris Vardoulakis2018-06-20
* [XLA] Move xla/tools/parser/* into xla/service.Gravatar Justin Lebar2018-06-01
* Introduced kDomain HLO instruction set isolation to bound connected sets of i...Gravatar A. Unique TensorFlower2018-05-29