..
all_reduce_test.cc
Use VerifiedHloModule in a few more tests.
2019-10-17 03:42:51 -07:00
array_elementwise_ops_test.cc
Define very large int literals as unsigned, to avoid "narrowing conversion"
2020-02-05 14:13:43 -08:00
axpy_simple_test.cc
bad_rng_shape_validation_test.cc
batch_normalization_test.cc
Remove executable bit from several source files.
2020-04-14 04:20:59 -07:00
bfloat16_test.cc
minor spelling tweaks
2019-12-09 18:21:12 +09:00
binop_scaling_test.cc
bitcast_convert_test.cc
broadcast_simple_test.cc
broadcast_test.cc
Extract VerifiedHloModule to its own file.
2019-10-16 07:27:56 -07:00
buffer_donation_test.cc
[XLA] Remove TPU-specific aliasing #ifdef which is no longer TPU-specific
2020-06-16 19:42:36 -07:00
BUILD
[XLA] Introduce ManifestCheckingTest
2020-06-18 19:20:02 -07:00
build_defs.bzl
[XLA] Introduce ManifestCheckingTest
2020-06-18 19:20:02 -07:00
call_test.cc
check_execution_arity_test.cc
cholesky_test.cc
client_library_test_base.cc
client_library_test_base.h
[XLA] Introduce ManifestCheckingTest
2020-06-18 19:20:02 -07:00
client_test.cc
codegen_test_base.cc
codegen_test_base.h
collective_ops_test.cc
[XLA:CPU] CollectivePermute support on CPU
2020-04-06 22:07:56 -07:00
compilation_cache_test.cc
compute_constant_test.cc
concat_test.cc
conditional_test.cc
constants_test.cc
conv_depthwise_backprop_filter_test.cc
Use VerifiedHloModule in a few more tests.
2019-10-17 03:42:51 -07:00
conv_depthwise_common.cc
Use VerifiedHloModule in a few more tests.
2019-10-17 03:42:51 -07:00
conv_depthwise_common.h
Fix MSAN errors in depthwise convolution test
2020-01-25 14:45:19 -08:00
conv_depthwise_test.cc
Use VerifiedHloModule in a few more tests.
2019-10-17 03:42:51 -07:00
convert_test.cc
convolution_dimension_numbers_test.cc
convolution_test.cc
[XLA] Swap convolution operands if a naive convolution implementation would do less flops.
2020-04-15 09:23:25 -07:00
convolution_variants_test.cc
copy_test.cc
Use VerifiedHloModule in a few more tests.
2019-10-17 03:42:51 -07:00
cpu_gpu_fusion_test.cc
Change LocalClient::Compile
to support returning multiple executables (one per partition).
2020-01-29 01:03:57 -08:00
custom_call_test.cc
Use VerifiedHloModule in a few more tests.
2019-10-17 03:42:51 -07:00
deallocation_test.cc
deconstruct_tuple_test.cc
deep_graph_test.cc
dot_operation_test.cc
[XLA:CPU] Wire up C64/C128 matmul to Eigen
2020-05-27 09:56:35 -07:00
dynamic_ops_test.cc
[XLA] Do not alias constants with the output of other HLOs.
2020-04-08 10:55:42 -07:00
execution_profile_test.cc
exhaustive_binary_16_bit_test.cc
Replace powf with pow, and atan2f with atan2.
2020-02-12 02:48:01 -08:00
exhaustive_binary_test_f32_f64.cc
Split up exhaustive_binary_test.cc into two files.
2020-02-06 07:05:52 -08:00
exhaustive_op_test_utils.cc
Make exhaustive_op_test_utils compile with C++14.
2020-02-06 00:58:02 -08:00
exhaustive_op_test_utils.h
Split up exhaustive_binary_test.cc into two files.
2020-02-06 07:05:52 -08:00
exhaustive_unary_test_complex.cc
Split up exhaustive_unary_test.cc into several files.
2020-02-06 04:34:24 -08:00
exhaustive_unary_test_f32_or_smaller.cc
[XLA] Add Cbrt operation (lowered to pow(1.0/3.0))
2020-05-02 00:28:18 -07:00
exhaustive_unary_test_f64.cc
Split up exhaustive_unary_test.cc into several files.
2020-02-06 04:34:24 -08:00
filecheck.cc
Run mlir_gpu tests from files.
2020-02-19 00:58:17 -08:00
filecheck.h
Run mlir_gpu tests from files.
2020-02-19 00:58:17 -08:00
floor_ceil_test.cc
fmax_fmin_test.cc
gather_operation_test.cc
[XLA] Add a test/example to use gather to rearrange a dimension.
2020-04-03 10:48:00 -07:00
get_dimension_size_test.cc
[XLA] Fix the interpreter to use the dynamic dimension inference when run separately
2020-02-28 10:37:09 -08:00
grouped_convolution_test.cc
Use VerifiedHloModule in a few more tests.
2019-10-17 03:42:51 -07:00
half_test.cc
Some const declarations changed to constexpr
2020-04-20 18:15:21 -07:00
hlo_metadata_test.cc
Change LocalClient::Compile
to support returning multiple executables (one per partition).
2020-01-29 01:03:57 -08:00
hlo_test_base.cc
[XLA] Support aliasing in HloRunner
2020-06-10 17:17:41 -07:00
hlo_test_base.h
[XLA] Introduce ManifestCheckingTest
2020-06-18 19:20:02 -07:00
iota_test.cc
isolated_convolution.hlo
literal_test_util_test.cc
Use GetTestUndeclaredOutputsDir to access TEST_UNDECLARED_OUTPUTS_DIR.
2020-02-19 18:24:34 -08:00
literal_test_util.cc
Use GetTestUndeclaredOutputsDir to access TEST_UNDECLARED_OUTPUTS_DIR.
2020-02-19 18:24:34 -08:00
literal_test_util.h
llvm_compiler_test.cc
[XLA/GPU] Make Thunk::Initialize() happen at compile-time, not run-time. This simplifies GpuExecutable for MLIR transition.
2020-05-12 15:55:36 -07:00
llvm_irgen_test_base.cc
Read GetModuleConfigForTest for tests going through GetOptimizedModule.
2019-12-04 16:02:35 -08:00
llvm_irgen_test_base.h
local_client_allocation_test.cc
local_client_aot_test_helper.cc
Review comments addressed
2020-06-04 14:52:03 +00:00
local_client_aot_test.cc
local_client_execute_test.cc
[XLA:CPU] Implement SizeOfGeneratedCodeInBytes() on CPU.
2020-06-03 21:13:33 -07:00
local_client_test_base.cc
Change LocalClient::Compile
to support returning multiple executables (one per partition).
2020-01-29 01:03:57 -08:00
local_client_test_base.h
[XLA] Introduce ManifestCheckingTest
2020-06-18 19:20:02 -07:00
log_test.cc
manifest_checking_test.cc
Unbreak the MSVC build
2020-06-19 21:15:11 -07:00
manifest_checking_test.h
[XLA] Introduce ManifestCheckingTest
2020-06-18 19:20:02 -07:00
map_test.cc
minor spelling tweaks
2019-12-09 18:21:12 +09:00
matrix_ops_simple_test.cc
multidimensional_slice_test.cc
multioutput_fusion_test.cc
Merge pull request #34958 from kiszk:spelling_tweaks_compiler
2019-12-16 10:53:40 -08:00
multiple_devices_on_host_test.cc
[XLA] Rollback of rollback of "Implement LocalClient::Run which supports buffer donation"
2020-06-19 16:33:47 -07:00
outfeed_in_nested_computation_test.cc
pad_test.cc
params_test.cc
plugin.bzl
pred_test.cc
prng_test.cc
ptxas_bug_120501638.cc
query_inferred_shape_test.cc
reduce_hlo_test.cc
[XLA] Fix reduce test to actually use the specified input
2019-12-09 15:13:17 -08:00
reduce_precision_test.cc
Remove ReducePrecisionInsertion pass.
2019-11-04 02:09:31 -08:00
reduce_test.cc
Small code simplication
2020-02-20 13:03:30 -08:00
reduce_window_test.cc
Add a reduce_window test case.
2020-02-04 10:08:38 -08:00
replay_test.cc
reshape_motion_test.cc
reshape_test.cc
reverse_test.cc
Replace absl::Span where we use initializer lists in tests with std::vector.
2020-02-28 17:37:42 -08:00
round_trip_packed_literal_test.cc
round_trip_transfer_test.cc
sample_file_test.cc
Use GetDataDependencyFilepath and JoinPath to find data files.
2020-02-18 14:26:51 -08:00
sample_text_test.cc
scalar_computations_test.cc
[XLA] Do not use hex literal constants, this is only supported in c++17
2020-01-21 18:02:54 -08:00
scatter_test.cc
Static cast the large literal in scatter_test to avoid narrowing conversion errors when using msvc.
2020-02-12 22:10:21 -08:00
select_and_scatter_test.cc
[XLA] Fix select and scatter tests.
2020-03-18 22:52:58 -07:00
select_test.cc
slice_test.cc
test_macros.cc
Unbreak the MSVC build
2020-06-19 21:15:11 -07:00
test_macros.h
Unbreak the MSVC build
2020-06-19 21:15:11 -07:00
test_utils_test.cc
Change LocalClient::Compile
to support returning multiple executables (one per partition).
2020-01-29 01:03:57 -08:00
test_utils.cc
Remove possibility to generate a fake token.
2020-01-03 02:57:08 -08:00
test_utils.h
token_hlo_test.cc
Use VerifiedHloModule in a few more tests.
2019-10-17 03:42:51 -07:00
transfer_manager_test.cc
transpose_test.cc
triangular_solve_test.cc
[XLA] Fix shape error in triangular solve expander for left_side=False where more than one block is present.
2020-03-27 11:49:28 -07:00
tuple_test.cc
Emit tuple at the end of the Sort emitter.
2020-06-18 05:23:37 -07:00
unary_op_test.cc
vector_ops_reduce_test.cc
vector_ops_simple_test.cc
Change XLA's default to disable cpu_fast_math options with the exception of min_max behavior.
2020-05-15 13:11:47 -07:00
verified_hlo_module.cc
Move ParseHloString to VerifiedHloModule.
2019-10-22 06:54:21 -07:00
verified_hlo_module.h
Move ParseHloString to VerifiedHloModule.
2019-10-22 06:54:21 -07:00
while_test.cc
[XLA] Rollback of rollback of "Implement LocalClient::Run which supports buffer donation"
2020-06-19 16:33:47 -07:00
xla_hlo_profile_test.cc
Change LocalClient::Compile
to support returning multiple executables (one per partition).
2020-01-29 01:03:57 -08:00
xla_internal_test_main.cc