aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/xla/service/hlo_domain_map.h
Commit message (Collapse)AuthorAge
* Improve const correctness of HloDomainMapGravatar A. Unique TensorFlower2018-10-08
| | | | PiperOrigin-RevId: 216189458
* [XLA] Migrate from gtl::FlatSet to absl::flat_hash_setGravatar Benjamin Kramer2018-10-01
| | | | PiperOrigin-RevId: 215324035
* [XLA] Migrate from gtl::FlatMap to absl::flat_hash_mapGravatar Benjamin Kramer2018-10-01
| | | | PiperOrigin-RevId: 215272497
* Fix CRS combiner for spatial partitioningGravatar HyoukJoong Lee2018-09-04
| | | | PiperOrigin-RevId: 211519250
* Domain tuple sharding propagation from users instead of from operands.Gravatar A. Unique TensorFlower2018-08-28
| | | | PiperOrigin-RevId: 210525464
* Fix HLO domains mis-handling from HLO passes.Gravatar A. Unique TensorFlower2018-07-06
| | | | PiperOrigin-RevId: 203499395
* Introduced kDomain HLO instruction set isolation to bound connected sets of ↵Gravatar A. Unique TensorFlower2018-05-29
instructions with similar attributes (ie, sharding). This CL simply adds the infrastructure, but leaves the wire-on to a separate CL. PiperOrigin-RevId: 198503625