aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/xla/tests
Commit message (Expand)AuthorAge
* [XLA] Add documentation and HLO-level support for multi-value sort.Gravatar Michael Kuperstein2018-10-09
* Add custom call with layout constraints.Gravatar Mark Heffernan2018-10-08
* [XLA] Add base and window dilation support to ReduceWindowGravatar David Majnemer2018-10-06
* [XLA] Use the highest possible precision for large Iota inputs.Gravatar Blake Hechtman2018-10-05
* [XLA] Extend the HLO verifier to check that non-layout-changing instructionsGravatar Bixia Zheng2018-10-05
* [XLA] Revise the way to express a CPU specific test.Gravatar Bixia Zheng2018-10-03
* [XLA] Disable a test for layout changing elementwise operations.Gravatar Bixia Zheng2018-10-03
* [XLA] A test that disables layout assignment should only contain layoutGravatar Bixia Zheng2018-10-02
* [XLA] Migrate from gtl::FlatSet to absl::flat_hash_setGravatar Benjamin Kramer2018-10-01
* [XLA] Migrate from gtl::FlatMap to absl::flat_hash_mapGravatar Benjamin Kramer2018-10-01
* Make sure broken tests are filtered out in XLA tests suites.Gravatar Gunhan Gulsoy2018-09-24
* [XLA] Update Scatter to ignore out-of-bound indices.Gravatar A. Unique TensorFlower2018-09-24
* Add a flag that lets users override the number of host "devices" as seen by XLAGravatar Sanjoy Das2018-09-21
* Add VerifiedHloModule class.Gravatar Mark Heffernan2018-09-19
* [XLA] Add R2 strided slice test.Gravatar Michael Kuperstein2018-09-19
* Enable while_test for the GPU backend.Gravatar Adrian Kuegel2018-09-19
* Run CPU tests remotely.Gravatar A. Unique TensorFlower2018-09-19
* [XLA] Add ReduceWindow test.Gravatar Michael Kuperstein2018-09-17
* Make exhaustive_f32_elementwise_op_test build again and mark it as brokenGravatar Sanjoy Das2018-09-11
* Fix 31 ClangTidy - Readability findings in //tensorflow/compiler/xla/.Gravatar Benjamin Kramer2018-09-11
* Global de-std::unique_ptr cleanup for xla::Literal.Gravatar A. Unique TensorFlower2018-09-10
* Enable grouped convolutions for CudnnConvBackwardInput.Gravatar Adrian Kuegel2018-09-10
* [XLA:GPU] Clean up init thunk handling to handle arbitrary fused init valuesGravatar Benjamin Kramer2018-09-07
* Split out HloDotInstruction as subclass from HloInstruction.Gravatar A. Unique TensorFlower2018-09-06
* [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] Add some ReduceWindow tests, and make them more robust.Gravatar Michael Kuperstein2018-09-05
* [XLA] Make kConvolution, kDot HLO attributes mandatoryGravatar David Majnemer2018-09-04
* [XLA] Mark iota_test as optonly, iota_test_cpu takes forever in fastbuildGravatar Benjamin Kramer2018-08-31
* Change headers to directly include absl::Span, and clean up the buildGravatar Tim Shen2018-08-30
* Rollback of a rollback with fixes included. See below for details of the orig...Gravatar A. Unique TensorFlower2018-08-30
* [XLA] Rename all (Mutable)ArraySlice to absl::Span.Gravatar Tim Shen2018-08-30
* Remove (Mutable)ArraySlice implementation and alias them to absl::Span.Gravatar Tim Shen2018-08-30
* [XLA:GPU] Extract and fix IsInputFusibleReduction from GpuMultiOutputFusion t...Gravatar Thomas Joerg2018-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
* Automated rollback of commit 065f9b833ffbb3b2f03d63febb186275674ba133Gravatar Michael Kuperstein2018-08-29
* New XLA API to launch a program.Gravatar Yunxing Dai2018-08-29
* Automated rollback of commit 150dee25d82589ca109957cc996efbd2a236e044Gravatar Michael Kuperstein2018-08-29
* [XLA] Implement variadic reduce in the evaluator. It is currently supported o...Gravatar Michael Kuperstein2018-08-29
* [XLA] Implement kIota for CPU & GPU, extend it w/ broadcast semanticsGravatar David Majnemer2018-08-28
* [XLA] Switch to absl::StrFormat.Gravatar Justin Lebar2018-08-27
* Add regression test for b/112550242 related to conditionals and copy insertion.Gravatar Mark Heffernan2018-08-27
* Automated rollback of commit 2d4214415269bee2c8c98d5466c540e4004652fdGravatar A. Unique TensorFlower2018-08-24
* [XLA] Add a 64-bit comparison testGravatar David Majnemer2018-08-24
* [XLA] Add and use a layout-sensitive HLO verifier.Gravatar Justin Lebar2018-08-24
* [XLA] Stop including str_util.h.Gravatar Justin Lebar2018-08-23
* [XLA] Get rid of some straggling references to tensorflow::str_util.Gravatar Justin Lebar2018-08-23
* [XLA] Switch from tensorflow::str_util::Join to absl::StrJoin.Gravatar Justin Lebar2018-08-23
* Clean up Literal comparision mismatch messages.Gravatar Mark Heffernan2018-08-23