aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/xla/service/hlo_dataflow_analysis_test.cc
Commit message (Expand)AuthorAge
* [XLA] Add documentation and HLO-level support for multi-value sort.Gravatar Michael Kuperstein2018-10-09
* [XLA] Allow scatter to share the operand buffer with the outputGravatar Benjamin Kramer2018-10-09
* Rollforward of cl/211656888 after fixing failing unit test.Gravatar Mark Heffernan2018-09-05
* [XLA] Rename PrecisionConfigProto to PrecisionConfigGravatar David Majnemer2018-09-05
* BEGIN_PUBLICGravatar Mark Heffernan2018-09-05
* Add HloSchedule class representing a sequential order of an HloModule.Gravatar Mark Heffernan2018-09-05
* [XLA] Make kConvolution, kDot HLO attributes mandatoryGravatar David Majnemer2018-09-04
* [TF:XLA] Make the two functions for computing HLO buffer interference consist...Gravatar A. Unique TensorFlower2018-08-23
* [XLA] Clean up clang tidy readability warnings in compiler/xlaGravatar Benjamin Kramer2018-08-06
* Allow Sort to share the buffer with the operand if it is the only user.Gravatar Adrian Kuegel2018-07-31
* Add WithToken variants to Send/Recv/Infeed/Outfeed ops in XLA builder.Gravatar Mark Heffernan2018-07-09
* [TF:XLA] Split literal_util into {literal, literal_util}.Gravatar Kay Zhu2018-07-03
* [TF:XLA] Split select HLO into array- and tuple-select.Gravatar A. Unique TensorFlower2018-07-03
* Change Send, SendDone, Recv and RecvDone to produce tokens.Gravatar Mark Heffernan2018-07-03
* Change Send and Recv HLOs to take a token operand.Gravatar Mark Heffernan2018-07-02
* Add backend specific lambda to decide whether a fusion instruction can share ...Gravatar A. Unique TensorFlower2018-06-21
* Mark input/output fusion and dynamic update slice as elementwise.Gravatar Yunxing Dai2018-06-21
* Enable multioutput fusion opearnd buffer reuse.Gravatar Yunxing Dai2018-06-21
* [DataFlowAnalysis] Be less conservative on loop fusion nodes when reusing buf...Gravatar Yunxing Dai2018-06-07
* Move DoesNotUseOperandBuffer and CanShareOperandBufferWithUser fromGravatar Jeremy Lau2018-05-16
* Fix the HLO alias analysis and copy insertion to cope with the new kCondition...Gravatar A. Unique TensorFlower2018-03-15
* [XLA] Pass the module to HloDataflowAnalysis by const reference.Gravatar Michael Kuperstein2018-02-16
* [XLA] Implement Conditional in XLA service, client ComputationBuilder, and CP...Gravatar A. Unique TensorFlower2017-12-07
* Fix a few issues with HloValue and dataflow analysis identified when debuggin...Gravatar Mark Heffernan2017-11-14
* Change for asynchronous Send and Recv by splitting Send into {Send, SendDone}Gravatar HyoukJoong Lee2017-11-10
* Add liveness_util functions which use dataflow analysis. Also make the analys...Gravatar Mark Heffernan2017-09-18
* Use xla/tests:xla_internal_test_main for all tests under tf/compiler/xlaGravatar Mark Heffernan2017-09-12
* Add flag parsing to more tests in xla/service specifically those which buildGravatar Mark Heffernan2017-09-12
* Rollback update-ability of dataflow and alias analysis added in cl/164923041 ...Gravatar Mark Heffernan2017-09-01
* Make HloDataFlowAnalysis updatable after transforming the HLO graph.Gravatar Mark Heffernan2017-08-09
* Change HloBuffer, HloBufferSet and HloValueSet to hold pointers rather than ids.Gravatar A. Unique TensorFlower2017-07-12
* Rename HloLocation to HloPosition, to avoid ambiguity with MemoryLocation.Gravatar A. Unique TensorFlower2017-07-12
* [XLA] Add live range interference querying to dataflow analysis.Gravatar Mark Heffernan2017-06-19
* Remove class xla::LiteralUtil. NFC (mind-numbingly so).Gravatar A. Unique TensorFlower2017-06-19
* [XLA] Add HLO alias analysis.Gravatar Mark Heffernan2017-06-09
* [XLA] Add HloLocation to dataflow analysis.Gravatar Mark Heffernan2017-06-07
* [XLA] Add module-scoped HLO dataflow analysis.Gravatar Mark Heffernan2017-06-05