aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/xla/tests/reduce_test.cc
Commit message (Expand)AuthorAge
* Global de-std::unique_ptr cleanup for xla::Literal.Gravatar A. Unique TensorFlower2018-09-10
* [XLA:GPU] Clean up init thunk handling to handle arbitrary fused init valuesGravatar Benjamin Kramer2018-09-07
* Change headers to directly include absl::Span, and clean up the buildGravatar Tim Shen2018-08-30
* [XLA] Rename all (Mutable)ArraySlice to absl::Span.Gravatar Tim Shen2018-08-30
* [XLA] Switch to absl::StrFormat.Gravatar Justin Lebar2018-08-27
* [XLA] Switch from tensorflow::str_util::Join to absl::StrJoin.Gravatar Justin Lebar2018-08-23
* [XLA] This is a step to incrementally move client/xla_client/* to client/.Gravatar A. Unique TensorFlower2018-07-25
* Move xla_computation.* from xla/client/xla_client up to xla/client.Gravatar Mark Heffernan2018-07-25
* [TF:XLA] Rename xla::Diagonal to xla::GetMatrixDiagonal. Fix its handling of ...Gravatar Peter Hawkins2018-07-19
* [TF:XLA] Split literal_util into {literal, literal_util}.Gravatar Kay Zhu2018-07-03
* [XLA] Change code in tensorflow/compiler/xla that uses XlaBuilder:: methods t...Gravatar Peter Hawkins2018-06-27
* [XLA] Make XlaOp trivially copy constructible and trivially destructible.Gravatar Peter Hawkins2018-06-25
* [XLA] Redesign: delete ComputationBuilder.Gravatar A. Unique TensorFlower2018-05-11
* [XLA] Redesign: migrate tests [m-r].* and vector_ops test.Gravatar A. Unique TensorFlower2018-04-25
* [XLA] Document and enforce reduction order of init valueGravatar Nick Desaulniers2018-04-16
* [XLA] Attach a reference client to the client_library_test_base, and implemen...Gravatar A. Unique TensorFlower2018-04-09
* [XLA] Redesign: migrate while_test to use XlaBuilder, and implement the ops n...Gravatar A. Unique TensorFlower2018-04-02
* [XLA] Initialize arrays using cudaMemset when possible.Gravatar Justin Lebar2018-03-21
* [XLA] Disable transpose folding into reduce for reduces of rank 2 or higher.Gravatar Blake Hechtman2018-01-31
* [XLA:GPU] Fix a problem in calculating the address of the memory used toGravatar A. Unique TensorFlower2018-01-17
* [XLA:GPU] Support atomic operations on small data types.Gravatar A. Unique TensorFlower2017-12-07
* [XLA] Comment fixes (spelling, grammar, and a bit of correctness).Gravatar Justin Lebar2017-10-26
* Slight change to reduce_test to avoid generating inf, which was triggering an...Gravatar Bjarke Hammersholt Roune2017-10-20
* [TF:XLA] Rename HLO visitor methods from LogicalX to XGravatar A. Unique TensorFlower2017-10-09
* Use XLA_VLOG_LINES() in literal_test_util to avoid truncation of large tensors.Gravatar A. Unique TensorFlower2017-07-31
* [XLA] Consolidate all similar main()s in tests into a single target.Gravatar Eli Bendersky2017-07-27
* [XLA] Add regression test for a corner case using Reduce that currently fails...Gravatar A. Unique TensorFlower2017-07-26
* [XLA:CPU] Vectorize reduction operationsGravatar A. Unique TensorFlower2017-07-17
* Emit the correct LLVM opcode for kMinimum and kMaximum over unsignedGravatar A. Unique TensorFlower2017-07-11
* Remove class xla::LiteralUtil. NFC (mind-numbingly so).Gravatar A. Unique TensorFlower2017-06-19
* [XLA] Remove remaining flags from cpu_compiler_flagsGravatar Eli Bendersky2017-06-14
* [XLA] Replace some XLA CPU compiler specific options by generic "debug options".Gravatar Eli Bendersky2017-06-12
* Merge changes from github.Gravatar A. Unique TensorFlower2017-05-18
* [XLA] Add several reduction tests.Gravatar A. Unique TensorFlower2017-04-05
* Strength reduce Dot into broadcasting multiply and reduce. Also optimizesGravatar Blake Hechtman2017-03-24
* [XLA] Add predicate reduce test.Gravatar Jacques Pienaar2017-02-28
* Initial open-source release of XLA: Accelerated Linear Algebra.Gravatar Peter Hawkins2017-01-09