aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/xla/service/multi_output_fusion.cc
Commit message (Collapse)AuthorAge
* [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
* [XLA] Rename all (Mutable)ArraySlice to absl::Span.Gravatar Tim Shen2018-08-30
| | | | PiperOrigin-RevId: 210998142
* [XLA:GPU] Stop creating nested fusion nodes in multi-output fusion.Gravatar Thomas Joerg2018-06-29
| | | | PiperOrigin-RevId: 202624150
* [TF:XLA] Fix for HLO instruction post-order DFS and multioutput fusion.Gravatar A. Unique TensorFlower2018-06-19
| | | | | | | | | Cycles were not handled correctly when computing the postorder of an HLO computation. Add methods to multioutput fusion that allows subclasses to recompute and query the current reachability map. PiperOrigin-RevId: 201274181
* [XLA:GPU] Move IsProfitableOperand implementation into the MultiOutputFusion ↵Gravatar Thomas Joerg2018-06-13
| | | | | | superclass. PiperOrigin-RevId: 200446421
* [XLA] Base class for fusing sibling instructions with multiple outputs.Gravatar Thomas Joerg2018-06-08
PiperOrigin-RevId: 199765487