aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/xla/service/algebraic_simplifier_test.cc
Commit message (Expand)AuthorAge
* [XLA] Add documentation and HLO-level support for multi-value sort.Gravatar Michael Kuperstein2018-10-09
* [XLA] Don't create mixed precision operations accidentallyGravatar David Majnemer2018-09-20
* Global de-std::unique_ptr cleanup for xla::Literal.Gravatar A. Unique TensorFlower2018-09-10
* [XLA] Sink PrecisionConfig into Hlo{Dot,Convolution}InstructionGravatar David Majnemer2018-09-07
* [XLA] Rename PrecisionConfigProto to PrecisionConfigGravatar David Majnemer2018-09-05
* [TF:XLA] Define DefaultPrecisionConfig in HloTestBase and delete multiple dup...Gravatar Dimitris Vardoulakis2018-09-05
* [XLA] Make kConvolution, kDot HLO attributes mandatoryGravatar David Majnemer2018-09-04
* [XLA] Simplify effective scalar iota to zeroGravatar David Majnemer2018-09-02
* [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
* Convert a couple more test files to HloVerifiedTestBase, and add default argu...Gravatar Dimitris Vardoulakis2018-08-29
* [XLA] Switch to using kIota from TFGravatar David Majnemer2018-08-29
* [XLA] Add support for algebraic simplifications involving kIotaGravatar David Majnemer2018-08-28
* [XLA] Add and use a layout-sensitive HLO verifier.Gravatar Justin Lebar2018-08-24
* [XLA] Use "absl::" rather than "::absl".Gravatar Justin Lebar2018-08-23
* [XLA] Stop including str_util.h.Gravatar Justin Lebar2018-08-23
* [XLA] Switch from tensorflow::str_util::Join to absl::StrJoin.Gravatar Justin Lebar2018-08-23
* [XLA] Use absl string types and functions instead of the TF versions.Gravatar Justin Lebar2018-08-23
* [XLA] Use absl::make_unique instead of xla::MakeUnique.Gravatar Justin Lebar2018-08-20
* [XLA] Make HloTestBase::GetDebugOptionsForTest virtual.Gravatar Justin Lebar2018-08-20
* [XLA] Optimize Transpose and Reshape of single-use Rng.Gravatar Blake Hechtman2018-08-14
* [XLA] Clean up clang tidy readability warnings in compiler/xlaGravatar Benjamin Kramer2018-08-06
* 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
* 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
* [XLA] Fold consecutive reduces.Gravatar Blake Hechtman2018-06-11
* Automated g4 rollback of changelist 199308328Gravatar Dimitris Vardoulakis2018-06-08
* Automated g4 rollback of changelist 199244092Gravatar Gunhan Gulsoy2018-06-05
* [TF:XLA] Add method CreateNewModule to HloVerifiedTestBase, and remember all ...Gravatar Dimitris Vardoulakis2018-06-04
* [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
* Re-land: Optimize dot(DynamicSlice(ConstA), ConstantB) by memoizing dot(Const...Gravatar Alina Sbirlea2018-05-08
* [TF:XLA]Gravatar Dimitris Vardoulakis2018-04-28
* [XLA] Fold reduce-window(convert(pad(X))) into reduce-window(convert(X))Gravatar David Majnemer2018-03-27
* Automated g4 rollback of changelist 190139303Gravatar Dimitris Vardoulakis2018-03-25
* Automated g4 rollback of changelist 190127730Gravatar Mark Heffernan2018-03-22
* Merge consecutive broadcast HLO instructions.Gravatar Dimitris Vardoulakis2018-03-22
* [XLA] Optimize away DynamicUpdateSlice with update parameter with a dimensionGravatar Nick Desaulniers2018-03-01
* [XLA] Convert large constants of the same value into broadcasts.Gravatar Blake Hechtman2018-02-21
* Automated g4 rollback of changelist 185891869Gravatar Alina Sbirlea2018-02-15
* Optimize dot(DynamicSlice(ConstA), ConstantB) by memoizing dot(ConstA, ConstB)Gravatar Alina Sbirlea2018-02-15
* [XLA] Use HloVerifiedTestBase in AlgebraicSimplifierTestGravatar Sanjoy Das2018-02-06
* [XLA] Simplify trivial pad/reduce-window combos into broadcasts.Gravatar Chris Leary2018-01-19
* [XLA] Transform division-by-fp-constant to multiplication by its inverse.Gravatar Justin Lebar2017-12-21