aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/xla/service/hlo_computation.cc
Commit message (Expand)AuthorAge
* [XLA:CPU] Support for CPU outfeed and a xfeed (infeed/outfeed) test.Gravatar A. Unique TensorFlower2017-07-11
* [XLA] Add reasonable error messages to Builder::Build for bad parameter numbers.Gravatar A. Unique TensorFlower2017-07-06
* Make HloInstruction names unique with an HloModule.Gravatar A. Unique TensorFlower2017-07-04
* [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
* Minor cleanup: Add braces around if statement arms; remove redundant "return"...Gravatar A. Unique TensorFlower2017-06-06
* Minor cleanup: Remove unused BUILD dependencies and unnecessary code.Gravatar A. Unique TensorFlower2017-06-02
* [TF:XLA] preserve metadata when replacing HLO instructions.Gravatar Eric Liu2017-05-30
* Add debug protos that serialize HLO graph information.Gravatar A. Unique TensorFlower2017-05-25
* [XLA] Avoid accumulating '%' in front of fusion parameter names.Gravatar A. Unique TensorFlower2017-05-17
* [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 parameter instruction printing issueGravatar A. Unique TensorFlower2017-04-20
* [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] Break fix for compiler scoping error in OSS compiler.Gravatar A. Unique TensorFlower2017-03-28
* [XLA] Add HLO verifier that checks HLO instruction's parent computation.Gravatar A. Unique TensorFlower2017-03-28
* Improve fused instruction dumpGravatar A. Unique TensorFlower2017-03-17
* [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
* [XLA] Properly version outfeed and send operations in UserComputation.Gravatar Mark Heffernan2017-02-21
* Addition of Outfeed HLO op.Gravatar Tayo Oguntebi2017-01-27
* Break out HloOrdering classes into separate files.Gravatar Mark Heffernan2017-01-25
* Internal-only changeGravatar Mark Heffernan2017-01-25
* Add control successors to HloInstruction. Add Send/Recv cases for theGravatar HyoukJoong Lee2017-01-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