aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/xla/tests/codegen_test_base.cc
Commit message (Expand)AuthorAge
* [XLA] Add a DeviceAllocator* argument to compilation.Gravatar Justin Lebar2018-01-26
* Add a Compiler::BuildExecutable interface that compiles the given Hlo module ...Gravatar A. Unique TensorFlower2017-11-17
* Cut dependencies between XLA client/service and CPU/GPU backends.Gravatar Justin Lebar2017-09-15
* Add the ability to test AOT compilation in CodegenTestBase.Gravatar A. Unique TensorFlower2017-08-25
* [XLA] Minor changes to base test classes:Gravatar Kay Zhu2017-06-28
* [XLA] Remove the "hlo dumper" parameter of xla::Compiler and its piping.Gravatar Eli Bendersky2017-06-27
* [XLA] Remove gpu/gpu_backend-specific flagsGravatar Eli Bendersky2017-06-16
* [XLA] Remove remaining flags from cpu_compiler_flagsGravatar Eli Bendersky2017-06-14
* [XLA] Make HloModule always have a config.Gravatar Eli Bendersky2017-05-24
* [XLA] Attach an HloModuleConfig to HloModule, obviating the need to pass them...Gravatar Eli Bendersky2017-05-18
* [XLA] Get correct path to FileCheck when TEST_SRCDIR is not passed.Gravatar Justin Lebar2017-02-06
* [XLA] Add CodegenTestBase::set_fast_math_disabled.Gravatar Justin Lebar2017-02-06
* [XLA] Move ProgramShape creation utility from HloTestBase by an existing one ...Gravatar Eli Bendersky2017-01-19
* Initial open-source release of XLA: Accelerated Linear Algebra.Gravatar Peter Hawkins2017-01-09