aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/xla/service/gpu/fusion_merger.cc
Commit message (Expand)AuthorAge
* [XLA:GPU] Do not merge loop fusions into reduce input fusions if the resultin...Gravatar Thomas Joerg2018-08-30
* [XLA] Stop including str_util.h.Gravatar Justin Lebar2018-08-23
* [XLA] Switch from tensorflow::str_util::Join to absl::StrJoin.Gravatar Justin Lebar2018-08-23
* [XLA] Use absl string types and functions instead of the TF versions.Gravatar Justin Lebar2018-08-23
* [XLA] Switch to absl versions of the c_foo functions.Gravatar Justin Lebar2018-08-20
* Automated rollback of commit 4a41f50648929197954d892559587cb76458d306Gravatar A. Unique TensorFlower2018-08-17
* [XLA] Switch to absl versions of the c_foo functions.Gravatar Justin Lebar2018-08-17
* [XLA:GPU] Allow merging into input fusion nodes in FusionMerger.Gravatar Justin Lebar2018-03-05
* [XLA:GPU] Add some VLOGs to FusionMerger.Gravatar Justin Lebar2018-03-05
* [XLA] Make HloModule::computations() return raw pointers.Gravatar Justin Lebar2017-09-29
* [XLA] Make HloComputation::instructions() return a view of HloInstruction*s.Gravatar Justin Lebar2017-09-28
* [XLA] Finish normalizing fusion computations into standard computationsGravatar A. Unique TensorFlower2017-07-26
* Add the support of emitting the fusion node with multiple outputs.Gravatar A. Unique TensorFlower2017-06-30
* Fusion uses the same cost model for all backends when it comes toGravatar David Majnemer2017-03-29
* [XLA] Replace uses of std::set with std::vector.Gravatar Mark Heffernan2017-03-10
* Add bytes accessed to HLO profile output. Bytes accessed is a measure of the ...Gravatar Mark Heffernan2017-02-10
* [XLA:GPU] Do not merge fusion instructions with expensive fused instructions.Gravatar A. Unique TensorFlower2017-01-23
* Don't remove send, recv, or trace instructions in DCE pass. Also,Gravatar Mark Heffernan2017-01-19
* [XLA:GPU] Do not merge fusions that are not loop fusions.Gravatar Jingyue Wu2017-01-18
* Internal-only change.Gravatar A. Unique TensorFlower2017-01-18