aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/xla/service/algebraic_simplifier.cc
Commit message (Expand)AuthorAge
* [XLA] Add documentation and HLO-level support for multi-value sort.Gravatar Michael Kuperstein2018-10-09
* [XLA] Add base and window dilation support to ReduceWindowGravatar David Majnemer2018-10-06
* [XLA] Don't create mixed precision operations accidentallyGravatar David Majnemer2018-09-20
* [XLA] Support strength reducing bfloat16 dot productsGravatar David Majnemer2018-09-14
* Clean-up a TODO following a previous change via b/69266521Gravatar A. Unique TensorFlower2018-09-12
* [XLA:GPU] Don't canonicalize forward convs with constant filters to backwards...Gravatar Justin Lebar2018-09-10
* Global de-std::unique_ptr cleanup for xla::Literal.Gravatar A. Unique TensorFlower2018-09-10
* [XLA] Make kConvolution, kDot HLO attributes mandatoryGravatar David Majnemer2018-09-04
* [XLA] Simplify effective scalar iota to zeroGravatar David Majnemer2018-09-02
* Change headers to directly include absl::Span, and clean up the buildGravatar Tim Shen2018-08-30
* [XLA] Merge kPad into kConvolution's window where possible.Gravatar Justin Lebar2018-08-30
* [XLA] Rename all (Mutable)ArraySlice to absl::Span.Gravatar Tim Shen2018-08-30
* [XLA] Switch to using kIota from TFGravatar David Majnemer2018-08-29
* [XLA] Add support for algebraic simplifications involving kIotaGravatar David Majnemer2018-08-28
* [XLA] Use absl string types and functions instead of the TF versions.Gravatar Justin Lebar2018-08-23
* [XLA] Expose a way to control dot/conv precisionGravatar David Majnemer2018-08-22
* [XLA] gtl::optional->absl::optionalGravatar Yunxing Dai2018-08-21
* [XLA] Use absl::make_unique instead of xla::MakeUnique.Gravatar Justin Lebar2018-08-20
* [XLA] Switch to absl versions of the c_foo functions.Gravatar Justin Lebar2018-08-20
* Automated rollback of commit 4a41f50648929197954d892559587cb76458d306Gravatar A. Unique TensorFlower2018-08-17
* [XLA] Switch to absl versions of the c_foo functions.Gravatar Justin Lebar2018-08-17
* [XLA] Optimize Transpose and Reshape of single-use Rng.Gravatar Blake Hechtman2018-08-14
* [XLA] The algebraic simplifier can't handle variadic reduce at this point.Gravatar Michael Kuperstein2018-08-09
* Simplify sort in Algebraic simplifier if no sorting is needed.Gravatar Adrian Kuegel2018-07-31
* [XLA] Simplify trivial dynamic-slices regardless of the start indices.Gravatar Michael Kuperstein2018-07-25
* [XLA] Simplify slice(slice()) to a single slice and simplify Reduce(Concat())Gravatar Blake Hechtman2018-07-23
* [XLA] Simplify A*0 and 0*A to 0 for integral types.Gravatar Peter Hawkins2018-07-16
* [TF:XLA] Split literal_util into {literal, literal_util}.Gravatar Kay Zhu2018-07-03
* [XLA] Add key-value version of Sort HLO.Gravatar Michael Kuperstein2018-06-29
* [XLA] Add test case for TOKEN constants. Make the test case pass.Gravatar Peter Hawkins2018-06-27
* Automated g4 rollback of changelist 201765455Gravatar Blake Hechtman2018-06-26
* Automated g4 rollback of changelist 201765455Gravatar A. Unique TensorFlower2018-06-22
* [XLA] Disallow implicit scalar broadcast.Gravatar Blake Hechtman2018-06-22
* [XLA] Teach algebraic simplifier to convert a copy instruction to a bitcastGravatar Bixia Zheng2018-06-22
* Fix assumptions that a Shape must be a tuple or an array.Gravatar Mark Heffernan2018-06-13
* [XLA] Fold consecutive reduces.Gravatar Blake Hechtman2018-06-11
* [XLA] Add comments for the Reduce->Reshape simplifier pass.Gravatar Kay Zhu2018-06-01
* [XLA] Fix batchnorm rewriter to not use implicit broadcasts. AlgebraicGravatar Blake Hechtman2018-05-31
* [XLA] Remove maps with a single instructionGravatar David Majnemer2018-05-24
* [XLA] Cache computations when creating reduces in algebraic simplifier or bat...Gravatar Benjamin Kramer2018-05-15
* [XLA] First step in adding Literal slice classes, to improve interface safetyGravatar Kay Zhu2018-05-09
* Re-land: Optimize dot(DynamicSlice(ConstA), ConstantB) by memoizing dot(Const...Gravatar Alina Sbirlea2018-05-08
* Automated g4 rollback of changelist 192180356Gravatar Dimitris Vardoulakis2018-04-18
* [XLA] Document and enforce reduction order of init valueGravatar Nick Desaulniers2018-04-16
* [XLA] Use pattern matcher in algebraic simplifierGravatar A. Unique TensorFlower2018-04-13
* Add opcode for new instruction that broadcasts degenerate dimensions.Gravatar Dimitris Vardoulakis2018-04-09
* [XLA] Fold reduce-window(convert(pad(X))) into reduce-window(convert(X))Gravatar David Majnemer2018-03-27
* Misc typo fixes in the XLA sources and docs.Gravatar Dimitris Vardoulakis2018-03-25
* Automated g4 rollback of changelist 190139303Gravatar Dimitris Vardoulakis2018-03-25
* Automated g4 rollback of changelist 190127730Gravatar Mark Heffernan2018-03-22