STT-tensorflow/tensorflow/compiler/xla/tests
David Majnemer 4fcfcbe2c6 [XLA] Refactor dot_operation_test's parameterization
PiperOrigin-RevId: 352483336
Change-Id: Ib5d3adf1e91a495fa7adb18d47ad99b94f99f9b4
2021-01-18 20:08:51 -08:00
..
all_reduce_test.cc [XLA] Stop the bf16 conversion folding from converting unused tuple outputs. 2020-11-09 13:08:11 -08:00
array_elementwise_ops_test.cc [XLA] Implement exponentiation by squaring for integers 2020-10-28 17:25:57 -07: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] Don't pass on_host_shape to ShapedBuffer/ScopedShapedBuffer inside XLA. 2020-10-08 12:00:12 -07:00
BUILD Re-enabling the XLA convolution_test on the ROCm platform, after disabling a couple of failing subtests. Those failing subtests will be fixed soon 2021-01-07 19:39:39 +00:00
build_defs.bzl Change build system to use disabled_backends to disable selected backends. NFC. 2020-06-25 17:12:06 -07:00
call_test.cc
check_execution_arity_test.cc
cholesky_test.cc [XLA] Add complex number support to HLO cholesky decomposition implementation. 2020-09-18 07:08:30 -07:00
client_library_test_base.cc Propagate test error to avoid crashes. 2020-09-15 14:23:50 -07:00
client_library_test_base.h [XLA] Fix bug in triangular solve expander. 2020-11-04 10:32:06 -08:00
client_test.cc
codegen_test_base.cc
codegen_test_base.h
collective_ops_test.cc [XLA-GPU] Add NCCL implementation of AllGather op. 2020-12-07 11:21:13 -08:00
compilation_cache_test.cc
compute_constant_test.cc
concat_test.cc [XLA] Verify the comparison type for comparisons 2020-11-20 15:41:22 -08:00
conditional_test.cc
constants_test.cc
conv_depthwise_backprop_filter_test.cc Enable batch group count test on all backends. 2020-09-08 10:37:58 -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_1d.cc Split convolution tests into two. 2020-07-16 13:37:56 -07:00
convolution_test.cc [XLA:CPU] Move elemental conv emitter to generic code path so it can share the multiply-add logic with dot 2021-01-13 03:07:21 -08: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 Internal tests cleanup. 2020-10-28 07:40:36 -07: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] Refactor dot_operation_test's parameterization 2021-01-18 20:08:51 -08:00
dynamic_ops_test.cc Internal tests cleanup. 2020-10-28 07:40:36 -07:00
dynamism_inference_test.cc Support inferring dynamism of reduce that shows up multiple times in a kSelect operand list. 2020-12-09 11:00:56 -08:00
execution_profile_test.cc
exhaustive_binary_16_bit_test.cc Re-enable exhaustive_binary_16_bit_test_gpu. 2020-09-25 01:31:05 -07:00
exhaustive_binary_test_f32_f64.cc Disable NaN-related cases w.r.t. different glibc versions. It looks like that CPU and GPU glibc may diverge because of some behavioral changes between different versions. 2020-09-14 19:11:33 -07: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 Disable NaN-related cases w.r.t. different glibc versions. It looks like that CPU and GPU glibc may diverge because of some behavioral changes between different versions. 2020-09-14 19:11:33 -07:00
exhaustive_unary_test_f32_or_smaller.cc [XLA] Refactor dot_operation_test's parameterization 2021-01-18 20:08:51 -08: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] Turn gathers of effective scalars into broadcasts. 2020-08-20 20:37:28 -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 Don't match to backward input convolution in unsupported case. 2020-10-26 07:07:50 -07:00
half_test.cc Some const declarations changed to constexpr 2020-04-20 18:15:21 -07:00
hlo_metadata_test.cc [XLA] Add creation_pass_id and dummy op_names to OpMetadata. 2020-12-11 17:48:13 -08:00
hlo_test_base.cc Make Hlo runner interface so we can add alternative implementations. 2020-11-10 21:11:55 -08:00
hlo_test_base.h Added a RunReplicated() method to HloTestBase. 2020-09-23 13:26:23 -07:00
iota_test.cc [XLA] Transform more cases of reshape(iota) to a mixed radix calculation with 2021-01-07 08:59:55 -08:00
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 Fix a few ClangTidy warnings 2021-01-12 06:02:22 -08:00
llvm_irgen_test_base.cc [XLA] Add creation_pass_id and dummy op_names to OpMetadata. 2020-12-11 17:48:13 -08:00
llvm_irgen_test_base.h
local_client_allocation_test.cc
local_client_aot_test_helper.cc Add s390x support for compiler related TCs 2020-11-18 08:34:42 -08:00
local_client_aot_test.cc
local_client_execute_test.cc [XLA/GPU] Remove TupleSelect implementation. 2020-11-11 16:00:41 -08: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 Small update to prng_test for more consistent results. 2020-10-16 20:39:03 -07:00
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 [XLA] Add implementation support for variadic reduce window, including HLO, cost analysis, etc. 2020-12-15 19:59:45 -08:00
replay_test.cc
reshape_motion_test.cc
reshape_test.cc Propagate test error to avoid crashes. 2020-09-15 14:23:50 -07:00
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 Bug fix: create arguments based on module config's entry computation parameter shape only if it's static. 2020-12-30 13:14:57 -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 Internal tests cleanup. 2020-10-28 07:40:36 -07:00
transpose_test.cc
triangular_solve_test.cc [XLA] Fix bug in triangular solve expander. 2020-11-04 10:32:06 -08:00
tuple_test.cc [XLA/GPU] Remove TupleSelect implementation. 2020-11-11 16:00:41 -08: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 Internal tests cleanup. 2020-10-28 07:40:36 -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