aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/xla/service/instruction_fusion.h
Commit message (Expand)AuthorAge
* [XLA] Move FusionQueue class declaration into separate headerGravatar A. Unique TensorFlower2018-10-04
* [XLA] Migrate from gtl::FlatMap to absl::flat_hash_mapGravatar Benjamin Kramer2018-10-01
* [XLA] Use a result cache to speed up InstructionFusion::CanFuseOnAllPaths()Gravatar Yuanzhong Xu2018-09-27
* Add interface for HLO passes which run on HloModuleGroup.Gravatar Mark Heffernan2018-09-19
* [XLA] A queue interface to allow fusion in different orders.Gravatar Yuanzhong Xu2018-09-12
* [XLA] Rename all (Mutable)ArraySlice to absl::Span.Gravatar Tim Shen2018-08-30
* [XLA] Unify spelling of 'fusible'Gravatar Benjamin Kramer2018-08-27
* [XLA] Use absl string types and functions instead of the TF versions.Gravatar Justin Lebar2018-08-23
* [XLA:GPU] Basic multi-output fusion for GPU.Gravatar A. Unique TensorFlower2018-05-24
* Refactor HloInstruction::Fuse and add a method for multi-output fusion.Gravatar A. Unique TensorFlower2018-05-16
* Simplify, test and document logic in instruction fusion that decides whether weGravatar A. Unique TensorFlower2018-04-26
* [XLA] Move ReusesOperandElements() fusion check into the CPU/GPU subclasses.Gravatar A. Unique TensorFlower2017-09-13
* [XLA] Make some static functions in InstructionFusion members.Gravatar A. Unique TensorFlower2017-08-30
* Minor bugfix to HloInstruction::MergeFusionInstruction, and allow Instruction...Gravatar A. Unique TensorFlower2017-08-27
* [XLA] Move HLO reachability into its own file and make update-able.Gravatar Mark Heffernan2017-06-29
* [XLA] Simplify the fusion heuristicGravatar David Majnemer2017-06-26
* [XLA] Disallow fuse X into Y if there are paths from X to Y which don't fuseGravatar David Majnemer2017-06-26
* Fusion uses the same cost model for all backends when it comes toGravatar David Majnemer2017-03-29
* [XLA] Make `HloPass` an interface, NFCGravatar A. Unique TensorFlower2017-01-24
* Initial open-source release of XLA: Accelerated Linear Algebra.Gravatar Peter Hawkins2017-01-09