aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/xla/service/bfloat16_propagation_test.cc
Commit message (Expand)AuthorAge
* Global de-std::unique_ptr cleanup for xla::Literal.Gravatar A. Unique TensorFlower2018-09-10
* [TF:XLA] Convert bfloat16_propagation_test and hlo_cse_test to use the HLO ve...Gravatar Dimitris Vardoulakis2018-09-06
* [XLA] Fix BF16 propagation type adjustmentGravatar Yuanzhong Xu2018-07-26
* [XLA] BFloat16 propagation: add de-aliasing copies before while loop inputs.Gravatar Yuanzhong Xu2018-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
* [XLA] Handle domain instructions in dataflow analysis.Gravatar A. Unique TensorFlower2018-06-28
* [XLA] Change calls to LiteralTestUtil::Equal to pass in the expected value firstGravatar Benjamin Kramer2018-06-18
* Support BF16 propagation through domain instructionsGravatar A. Unique TensorFlower2018-06-18
* [XLA] Break out literal comparisons from testonly target.Gravatar Chris Leary2018-05-10
* [XLA] BF16 propagation: do not change if propagation is confined inside a fus...Gravatar Yuanzhong Xu2018-05-02
* [XLA] Fix BF16 propagation bug for while condition.Gravatar Yuanzhong Xu2018-04-18
* [XLA] BF16 conversion folding for CRS; remove no-op conversions in propagation.Gravatar Yuanzhong Xu2018-03-16
* [XLA] Support while loops and constant in HLO BF16 propagation.Gravatar Yuanzhong Xu2018-03-02
* [XLA] Fix BF16 propagation pass to produce matching fusion root and output.Gravatar Yuanzhong Xu2018-02-23
* [XLA] HLO BF16 propagation pass.Gravatar Yuanzhong Xu2018-02-22