aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/xla/service/hlo_computation.h
Commit message (Expand)AuthorAge
...
* [XLA] Move HLO reachability into its own file and make update-able.Gravatar Mark Heffernan2017-06-29
* [XLA] Several fixes to HLO reachability analysis.Gravatar Mark Heffernan2017-06-28
* Add debug protos that serialize HLO graph information.Gravatar A. Unique TensorFlower2017-05-25
* [XLA] Various HLO naming fixes.Gravatar Mark Heffernan2017-04-27
* [XLA:HLO] Don't remove HLO instructions with control dependencies in DCE.Gravatar Mark Heffernan2017-04-25
* [XLA] Fix the indentation for printing fusion computation.Gravatar A. Unique TensorFlower2017-04-18
* [XLA] Represent fusion instructions as a HloComputationGravatar A. Unique TensorFlower2017-04-17
* [XLA] Flatten computation call graphGravatar A. Unique TensorFlower2017-04-14
* [XLA:HLO] Change HloModule to ensure computation names are unique.Gravatar A. Unique TensorFlower2017-04-01
* [XLA] Add HLO verifier that checks HLO instruction's parent computation.Gravatar A. Unique TensorFlower2017-03-28
* Strength reduce Dot into broadcasting multiply and reduce. Also optimizesGravatar Blake Hechtman2017-03-24
* [XLA] Replace uses of std::set with std::vector.Gravatar Mark Heffernan2017-03-10
* [TF:XLA] Reduce sequential memory usage via better ordering and simulated heap.Gravatar A. Unique TensorFlower2017-03-02
* [TF:XLA] Silence a number of compiler warnings, in particular warnings repeat...Gravatar Peter Hawkins2017-02-27
* [XLA] Properly version outfeed and send operations in UserComputation.Gravatar Mark Heffernan2017-02-21
* Break out HloOrdering classes into separate files.Gravatar Mark Heffernan2017-01-25
* 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