aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/xla/service/hlo_cse.cc
Commit message (Expand)AuthorAge
* [XLA] Migrate from gtl::FlatSet to absl::flat_hash_setGravatar Benjamin Kramer2018-10-01
* [XLA] Make tensorflow/compiler use absl::{StrCat,string_view,InlinedVector} c...Gravatar Benjamin Kramer2018-09-05
* [XLA] Use literal hashes in CSE, and make checking same-shaped literals fast.Gravatar Michael Kuperstein2018-08-24
* Teach HLO CSE about domain instructionsGravatar A. Unique TensorFlower2018-07-10
* [TF:XLA] Split literal_util into {literal, literal_util}.Gravatar Kay Zhu2018-07-03
* Wire in the kDomain infrastructure brought in by cl/193798254.Gravatar A. Unique TensorFlower2018-06-07
* Introduced kDomain HLO instruction set isolation to bound connected sets of i...Gravatar A. Unique TensorFlower2018-05-29
* [XLA] Make HloCSE compare computationsGravatar Benjamin Kramer2018-05-15
* [TF:XLA] Speed up HLO CSE.Gravatar A. Unique TensorFlower2018-05-09
* [XLA] Add an option to the CSE pass to ignore non-fusion computationsGravatar David Majnemer2018-04-21
* [XLA] Don't CSE instructions which have side-effectsGravatar David Majnemer2018-03-25
* [XLA] Sink layout sensitivity from CSE into HloInstruction::Identical, and ma...Gravatar A. Unique TensorFlower2018-02-05
* [XLA] Make HLO CSE faster.Gravatar A. Unique TensorFlower2018-01-11
* [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] Replace HloComputation::ReplaceUsesOfInstruction with HloInstruction::R...Gravatar Justin Lebar2017-09-27
* Add methods to convert between Literals and ShapedBuffers to LocalClient. The...Gravatar Mark Heffernan2017-09-21
* [XLA] Enable CSE for fusion computations.Gravatar A. Unique TensorFlower2017-09-20
* [XLA] Finish normalizing fusion computations into standard computationsGravatar A. Unique TensorFlower2017-07-26
* Remove class xla::LiteralUtil. NFC (mind-numbingly so).Gravatar A. Unique TensorFlower2017-06-19
* Don't remove send, recv, or trace instructions in DCE pass. Also,Gravatar Mark Heffernan2017-01-19
* Initial open-source release of XLA: Accelerated Linear Algebra.Gravatar Peter Hawkins2017-01-09