| /external/eigen/unsupported/test/ |
| D | cxx11_tensor_scan_sycl.cpp | 26 void test_sycl_cumsum(const Eigen::SyclDevice& sycl_device, IndexType m_size, in test_sycl_cumsum() 80 void sycl_scan_test_exclusive_dim0_per_device(const Dev& sycl_device) { in sycl_scan_test_exclusive_dim0_per_device() 87 void sycl_scan_test_exclusive_dim1_per_device(const Dev& sycl_device) { in sycl_scan_test_exclusive_dim1_per_device() 94 void sycl_scan_test_exclusive_dim2_per_device(const Dev& sycl_device) { in sycl_scan_test_exclusive_dim2_per_device() 101 void sycl_scan_test_inclusive_dim0_per_device(const Dev& sycl_device) { in sycl_scan_test_inclusive_dim0_per_device() 108 void sycl_scan_test_inclusive_dim1_per_device(const Dev& sycl_device) { in sycl_scan_test_inclusive_dim1_per_device() 115 void sycl_scan_test_inclusive_dim2_per_device(const Dev& sycl_device) { in sycl_scan_test_inclusive_dim2_per_device() 127 auto sycl_device = Eigen::SyclDevice(&queueInterface); in EIGEN_DECLARE_TEST() local
|
| D | cxx11_tensor_contract_sycl.cpp | 36 void static test_sycl_contraction(const Device &sycl_device, IndexType m_size, in test_sycl_contraction() 105 void test_sycl_contraction_m(const Device &sycl_device) { in test_sycl_contraction_m() 114 void test_sycl_contraction_k(const Device &sycl_device) { in test_sycl_contraction_k() 123 void test_sycl_contraction_n(const Device &sycl_device) { in test_sycl_contraction_n() 132 void test_sycl_contraction_sizes(const Device &sycl_device) { in test_sycl_contraction_sizes() 154 void static test_no_out_of_bounds(const Device &sycl_device, IndexType m_size, in test_no_out_of_bounds() 257 void test_scalar(const Device &sycl_device, IndexType m_size, IndexType k_size, in test_scalar() 320 void contraction_batch(const Device &sycl_device, IndexType m_size, in contraction_batch() 394 void contraction_rhs_transposed(const Device &sycl_device, IndexType m_size, in contraction_rhs_transposed() 463 void contraction_lhs_transposed(const Device &sycl_device, IndexType m_size, in contraction_lhs_transposed() [all …]
|
| D | cxx11_tensor_reduction_sycl.cpp | 27 const Eigen::SyclDevice& sycl_device) { in test_full_reductions_sum_sycl() 67 const Eigen::SyclDevice& sycl_device) { in test_full_reductions_sum_with_offset_sycl() 109 const Eigen::SyclDevice& sycl_device) { in test_full_reductions_max_sycl() 141 const Eigen::SyclDevice& sycl_device) { in test_full_reductions_max_with_offset_sycl() 187 const Eigen::SyclDevice& sycl_device) { in test_full_reductions_mean_sycl() 274 const Eigen::SyclDevice& sycl_device) { in test_full_reductions_mean_with_offset_sycl() 317 const Eigen::SyclDevice& sycl_device) { in test_full_reductions_mean_with_odd_offset_sycl() 363 const Eigen::SyclDevice& sycl_device) { in test_full_reductions_min_sycl() 397 const Eigen::SyclDevice& sycl_device) { in test_full_reductions_min_with_offset_sycl() 442 const Eigen::SyclDevice& sycl_device) { in test_first_dim_reductions_max_sycl() [all …]
|
| D | cxx11_tensor_builtins_sycl.cpp | 53 void test_unary_builtins_for_scalar(const Eigen::SyclDevice& sycl_device, in test_unary_builtins_for_scalar() 164 void test_unary_builtins_return_bool(const Eigen::SyclDevice& sycl_device, in test_unary_builtins_return_bool() 190 void test_unary_builtins(const Eigen::SyclDevice& sycl_device, in test_unary_builtins() 205 static void test_builtin_unary_sycl(const Eigen::SyclDevice &sycl_device) { in test_builtin_unary_sycl() 216 void test_binary_builtins_func(const Eigen::SyclDevice& sycl_device, in test_binary_builtins_func() 251 void test_binary_builtins_fixed_arg2(const Eigen::SyclDevice& sycl_device, in test_binary_builtins_fixed_arg2() 325 static void test_floating_builtin_binary_sycl(const Eigen::SyclDevice &sycl_device) { in test_floating_builtin_binary_sycl() 335 static void test_integer_builtin_binary_sycl(const Eigen::SyclDevice &sycl_device) { in test_integer_builtin_binary_sycl() 349 Eigen::SyclDevice sycl_device(&queueInterface); in EIGEN_DECLARE_TEST() local
|
| D | cxx11_tensor_device_sycl.cpp | 26 void test_device_memory(const Eigen::SyclDevice &sycl_device) { in test_device_memory() 45 void test_device_exceptions(const Eigen::SyclDevice &sycl_device) { in test_device_exceptions() 64 auto sycl_device = Eigen::SyclDevice(&queueInterface); in sycl_device_test_per_device() local
|
| D | cxx11_tensor_sycl.cpp | 31 void test_sycl_mem_transfers(const Eigen::SyclDevice &sycl_device) { in test_sycl_mem_transfers() 70 void test_sycl_mem_sync(const Eigen::SyclDevice &sycl_device) { in test_sycl_mem_sync() 98 void test_sycl_mem_sync_offsets(const Eigen::SyclDevice &sycl_device) { in test_sycl_mem_sync_offsets() 152 void test_sycl_memset_offsets(const Eigen::SyclDevice &sycl_device) { in test_sycl_memset_offsets() 180 void test_sycl_computations(const Eigen::SyclDevice &sycl_device) { in test_sycl_computations() 316 static void test_sycl_cast(const Eigen::SyclDevice& sycl_device){ in test_sycl_cast() 344 auto sycl_device = Eigen::SyclDevice(&queueInterface); in sycl_computing_test_per_device() local
|
| D | cxx11_tensor_random_sycl.cpp | 23 static void test_sycl_random_uniform(const Eigen::SyclDevice& sycl_device) in test_sycl_random_uniform() 53 void test_sycl_random_normal(const Eigen::SyclDevice& sycl_device) in test_sycl_random_normal() 85 auto sycl_device = Eigen::SyclDevice(&queueInterface); in sycl_random_test_per_device() local
|
| D | cxx11_tensor_math_sycl.cpp | 31 static void test_tanh_sycl(const Eigen::SyclDevice &sycl_device) in test_tanh_sycl() 61 static void test_sigmoid_sycl(const Eigen::SyclDevice &sycl_device) in test_sigmoid_sycl() 94 auto sycl_device = Eigen::SyclDevice(&queueInterface); in sycl_computing_test_per_device() local
|
| D | cxx11_tensor_convolution_sycl.cpp | 36 static void test_larg_expr1D(const Eigen::SyclDevice& sycl_device) in test_larg_expr1D() 97 static void test_larg_expr2D(const Eigen::SyclDevice& sycl_device) in test_larg_expr2D() 158 static void test_larg_expr3D(const Eigen::SyclDevice& sycl_device) in test_larg_expr3D() 219 static void test_evals(const Eigen::SyclDevice& sycl_device) in test_evals() 265 static void test_expr(const Eigen::SyclDevice& sycl_device) in test_expr() 314 static void test_modes(const Eigen::SyclDevice& sycl_device){ in test_modes() 403 static void test_strides(const Eigen::SyclDevice& sycl_device){ in test_strides() 448 auto sycl_device=Eigen::SyclDevice(&queueInterface); in tensorConvolutionPerDevice() local
|
| D | cxx11_tensor_layout_swap_sycl.cpp | 28 static void test_simple_swap_sycl(const Eigen::SyclDevice& sycl_device) in test_simple_swap_sycl() 71 static void test_swap_as_lvalue_sycl(const Eigen::SyclDevice& sycl_device) in test_swap_as_lvalue_sycl() 117 auto sycl_device = Eigen::SyclDevice(&queueInterface); in sycl_tensor_layout_swap_test_per_device() local
|
| D | cxx11_tensor_generator_sycl.cpp | 34 static void test_1D_sycl(const Eigen::SyclDevice& sycl_device) in test_1D_sycl() 68 static void test_2D_sycl(const Eigen::SyclDevice& sycl_device) in test_2D_sycl() 95 static void test_gaussian_sycl(const Eigen::SyclDevice& sycl_device) in test_gaussian_sycl() 134 auto sycl_device = Eigen::SyclDevice(&queueInterface); in sycl_generator_test_per_device() local
|
| D | cxx11_tensor_argmax_sycl.cpp | 31 static void test_sycl_simple_argmax(const Eigen::SyclDevice& sycl_device) { in test_sycl_simple_argmax() 68 static void test_sycl_argmax_dim(const Eigen::SyclDevice& sycl_device) { in test_sycl_argmax_dim() 156 static void test_sycl_argmin_dim(const Eigen::SyclDevice& sycl_device) { in test_sycl_argmin_dim() 245 auto sycl_device = Eigen::SyclDevice(&queueInterface); in sycl_argmax_test_per_device() local
|
| D | cxx11_tensor_morphing_sycl.cpp | 32 static void test_simple_reshape(const Eigen::SyclDevice& sycl_device) in test_simple_reshape() 90 static void test_reshape_as_lvalue(const Eigen::SyclDevice& sycl_device) in test_reshape_as_lvalue() 138 static void test_simple_slice(const Eigen::SyclDevice &sycl_device) in test_simple_slice() 185 static void test_strided_slice_as_rhs_sycl(const Eigen::SyclDevice &sycl_device) in test_strided_slice_as_rhs_sycl() 260 static void test_strided_slice_write_sycl(const Eigen::SyclDevice& sycl_device) in test_strided_slice_write_sycl() 317 int run_eigen(const SyclDevice& sycl_device) { in run_eigen() 368 auto sycl_device = Eigen::SyclDevice(&queueInterface); in sycl_morphing_test_per_device() local
|
| D | cxx11_tensor_padding_sycl.cpp | 33 static void test_simple_padding(const Eigen::SyclDevice& sycl_device) in test_simple_padding() 90 static void test_padded_expr(const Eigen::SyclDevice& sycl_device) in test_padded_expr() 145 auto sycl_device = Eigen::SyclDevice(&queueInterface); in sycl_padding_test_per_device() local
|
| D | cxx11_tensor_broadcast_sycl.cpp | 29 static void test_broadcast_sycl_fixed(const Eigen::SyclDevice &sycl_device){ in test_broadcast_sycl_fixed() 80 static void test_broadcast_sycl(const Eigen::SyclDevice &sycl_device){ in test_broadcast_sycl() 133 auto sycl_device = Eigen::SyclDevice(&queueInterface); in sycl_broadcast_test_per_device() local
|
| D | cxx11_tensor_striding_sycl.cpp | 34 static void test_simple_striding(const Eigen::SyclDevice& sycl_device) in test_simple_striding() 116 static void test_striding_as_lvalue(const Eigen::SyclDevice& sycl_device) in test_striding_as_lvalue() 192 auto sycl_device=Eigen::SyclDevice(&queueInterface); in tensorStridingPerDevice() local
|
| D | cxx11_tensor_forced_eval_sycl.cpp | 25 void test_forced_eval_sycl(const Eigen::SyclDevice &sycl_device) { in test_forced_eval_sycl() 68 auto sycl_device = Eigen::SyclDevice(&queueInterface); in tensorForced_evalperDevice() local
|
| D | cxx11_tensor_concatenation_sycl.cpp | 26 static void test_simple_concatenation(const Eigen::SyclDevice& sycl_device) in test_simple_concatenation() 116 static void test_concatenation_as_lvalue(const Eigen::SyclDevice& sycl_device) in test_concatenation_as_lvalue() 171 auto sycl_device = Eigen::SyclDevice(&queueInterface); in tensorConcat_perDevice() local
|
| D | cxx11_tensor_custom_op_sycl.cpp | 48 static void test_custom_unary_op_sycl(const Eigen::SyclDevice &sycl_device) in test_custom_unary_op_sycl() 111 static void test_custom_binary_op_sycl(const Eigen::SyclDevice &sycl_device) in test_custom_binary_op_sycl() 159 auto sycl_device = Eigen::SyclDevice(&queueInterface); in custom_op_perDevice() local
|
| D | cxx11_tensor_reverse_sycl.cpp | 24 static void test_simple_reverse(const Eigen::SyclDevice& sycl_device) { in test_simple_reverse() 114 static void test_expr_reverse(const Eigen::SyclDevice& sycl_device, in test_expr_reverse() 233 auto sycl_device = Eigen::SyclDevice(&queueInterface); in sycl_reverse_test_per_device() local
|
| D | cxx11_tensor_shuffling_sycl.cpp | 30 static void test_simple_shuffling_sycl(const Eigen::SyclDevice& sycl_device) { in test_simple_shuffling_sycl() 109 auto sycl_device = Eigen::SyclDevice(&queueInterface); in sycl_shuffling_test_per_device() local
|
| D | cxx11_tensor_image_op_sycl.cpp | 31 static void test_image_op_sycl(const Eigen::SyclDevice &sycl_device) in test_image_op_sycl() 92 auto sycl_device = Eigen::SyclDevice(&queueInterface); in sycl_computing_test_per_device() local
|
| D | cxx11_tensor_volume_patch_sycl.cpp | 27 static void test_single_voxel_patch_sycl(const Eigen::SyclDevice& sycl_device) in test_single_voxel_patch_sycl() 98 static void test_entire_volume_patch_sycl(const Eigen::SyclDevice& sycl_device) in test_entire_volume_patch_sycl() 212 auto sycl_device = Eigen::SyclDevice(&queueInterface); in sycl_tensor_volume_patch_test_per_device() local
|
| D | cxx11_tensor_inflation_sycl.cpp | 33 void test_simple_inflation_sycl(const Eigen::SyclDevice &sycl_device) { in test_simple_inflation_sycl() 127 auto sycl_device = Eigen::SyclDevice(&queueInterface); in sycl_inflation_test_per_device() local
|
| D | cxx11_tensor_patch_sycl.cpp | 28 static void test_simple_patch_sycl(const Eigen::SyclDevice& sycl_device){ in test_simple_patch_sycl() 240 auto sycl_device = Eigen::SyclDevice(&queueInterface); in sycl_tensor_patch_test_per_device() local
|