STT-tensorflow/tensorflow/compiler/xla/tests
A. Unique TensorFlower 94e8691760 Ensure that trivial types are passed by value rather than reference
PiperOrigin-RevId: 361073616
Change-Id: I3225a33d06e966d86365c1869fb40f5916f279dd
2021-03-04 22:09:46 -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 Ensure that trivial types are passed by value rather than reference 2021-03-04 22:09:46 -08:00
bfloat16_test.cc
binop_scaling_test.cc
bitcast_convert_test.cc
broadcast_simple_test.cc Ensure that trivial types are passed by value rather than reference 2021-03-04 22:09:46 -08:00
broadcast_test.cc
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 XLA value inference. 2021-03-03 14:17:48 -08:00
build_defs.bzl Remove cuda_is_configured() non-configurable macro. 2021-01-21 10:37:14 -08: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] Fix build failure in nccl_test_utils.cc 2021-02-01 09:37:38 -08:00
compilation_cache_test.cc
compute_constant_test.cc Ensure that trivial types are passed by value rather than reference 2021-03-04 22:09:46 -08:00
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
conv_depthwise_common.h Fix MSAN errors in depthwise convolution test 2020-01-25 14:45:19 -08:00
conv_depthwise_test.cc
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
cpu_gpu_fusion_test.cc Internal tests cleanup. 2020-10-28 07:40:36 -07:00
custom_call_test.cc
deallocation_test.cc
deconstruct_tuple_test.cc
deep_graph_test.cc
dot_operation_test.cc Updated benchmarks to newer API 2021-02-14 17:43:44 -08:00
dynamic_ops_test.cc Internal tests cleanup. 2020-10-28 07:40:36 -07:00
dynamism_inference_test.cc XLA value inference. 2021-03-03 14:17:48 -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:CPU] More accurate expm1 when x is small, take two 2021-02-22 11:29:40 -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] Move HLO instruction OpMetadata dummy names to a new field. 2021-02-08 17:19:21 -08:00
hlo_test_base.cc [XLA] Use CollectiveOpGroup mode to drive some of the HLO verification 2021-02-23 10:15:41 -08:00
hlo_test_base.h [XLA] Use CollectiveOpGroup mode to drive some of the HLO verification 2021-02-23 10:15:41 -08: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] Move HLO instruction OpMetadata dummy names to a new field. 2021-02-08 17:19:21 -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] Change LocalClient::TransferFromOutfeedLocal to write into a caller-provided literal rather than allocating its own literal. 2021-01-26 11:15:40 -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
matrix_ops_simple_test.cc
multidimensional_slice_test.cc
multioutput_fusion_test.cc
multiple_devices_on_host_test.cc [XLA] Change LocalClient::TransferFromOutfeedLocal to write into a caller-provided literal rather than allocating its own literal. 2021-01-26 11:15:40 -08: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
reduce_precision_test.cc
reduce_test.cc Small code simplication 2020-02-20 13:03:30 -08:00
reduce_window_test.cc Ensure that trivial types are passed by value rather than reference 2021-03-04 22:09:46 -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
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] Drop useless shape argument from TransferManager::TransferLiteralFromOutfeed. 2021-01-25 17:29:36 -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
verified_hlo_module.h
while_test.cc Internal tests cleanup. 2020-10-28 07:40:36 -07:00
xla_hlo_profile_test.cc [XLA:Python] Drop and/or minimize some streamexecutor dependencies from the XLA:Python TPU driver code. 2021-01-20 08:42:02 -08:00
xla_internal_test_main.cc