aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/xla/tests/fusion_test.cc
Commit message (Expand)AuthorAge
* [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
* Global de-std::unique_ptr cleanup for xla::Literal.Gravatar A. Unique TensorFlower2018-09-10
* 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
* 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
* [XLA] Use absl::make_unique instead of xla::MakeUnique.Gravatar Justin Lebar2018-08-20
* [XLA] This is a step to incrementally move client/xla_client/* to client/.Gravatar A. Unique TensorFlower2018-07-25
* [XLA:GPU] Limit the number of shmem tiles XLA:GPU will use for 021 transposes.Gravatar Justin Lebar2018-07-20
* [TF:XLA] Split literal_util into {literal, literal_util}.Gravatar Kay Zhu2018-07-03
* Compare layouts when propagating linear indices through elemental ops in fusionsGravatar Sanjoy Das2018-07-03
* [XLA] Change code in tensorflow/compiler/xla that uses XlaBuilder:: methods t...Gravatar Peter Hawkins2018-06-27
* [XLA:GPU] Re-enable FusionTest.TransposeNegate, works at headGravatar Benjamin Kramer2018-06-26
* [XLA] Make XlaOp trivially copy constructible and trivially destructible.Gravatar Peter Hawkins2018-06-25
* [XLA] Break out literal comparisons from testonly target.Gravatar Chris Leary2018-05-10
* [XLA] Redesign: migrate other xla/tests to use the new buidler.Gravatar A. Unique TensorFlower2018-04-26
* [XLA] Make Executable return a ScopedShapedBuffer.Gravatar Justin Lebar2018-04-22
* [XLA] De-unique_ptr-ify ShapedBuffer and ScopedShapedBuffer.Gravatar Justin Lebar2018-04-19
* [XLA] Convert XLA to use xla::se as a namespace alias for ::stream_executor.Gravatar Justin Lebar2018-04-17
* Merged commit includes the following changes:Gravatar A. Unique TensorFlower2017-12-18
* Add methods on TransferManager which transfer to/from device memory specified...Gravatar Mark Heffernan2017-11-16
* Automated g4 rollback of changelist 171877766Gravatar A. Unique TensorFlower2017-10-16
* Automated g4 rollback of changelist 171877766Gravatar Anna R2017-10-11
* [XLA:CPU] Adds intra-op parallelism to the "sequential" CPU backend (which al...Gravatar A. Unique TensorFlower2017-10-11
* [XLA] Make HloComputation::instructions() return a view of HloInstruction*s.Gravatar Justin Lebar2017-09-28
* Verify the output shape of HLO instructions in the HloVerifier. This change a...Gravatar Mark Heffernan2017-08-28
* Allow more kinds of ops to be fused into loops:Gravatar A. Unique TensorFlower2017-08-17
* Undo loop fusion changes for now as they seem to be altering a few results.Gravatar A. Unique TensorFlower2017-08-10
* [CPU] More aggressive loop fusionGravatar A. Unique TensorFlower2017-08-10
* Merge changes from github.Gravatar Vijay Vasudevan2017-07-28
* [XLA] Consolidate all similar main()s in tests into a single target.Gravatar Eli Bendersky2017-07-27
* Merge changes from github.Gravatar A. Unique TensorFlower2017-06-27
* Automated g4 rollback of changelist 160182040Gravatar A. Unique TensorFlower2017-06-26
* Merge changes from github.Gravatar A. Unique TensorFlower2017-06-26
* [XLA:CPU] Thread-parallel CPU backend (work in progress).Gravatar A. Unique TensorFlower2017-06-19
* 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] Switch HloTestBase-based tests to use new debug options flag.Gravatar Eli Bendersky2017-06-09
* Initial open-source release of XLA: Accelerated Linear Algebra.Gravatar Peter Hawkins2017-01-09