Home
last modified time | relevance | path

Searched defs:gpu_out_data (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/eigen/unsupported/test/
H A Dcxx11_tensor_reduction_sycl.cpp44 DataType* gpu_out_data = (DataType*)sycl_device.allocate( in test_full_reductions_sum_sycl() local
89 DataType* gpu_out_data = in test_full_reductions_sum_with_offset_sycl() local
124 DataType* gpu_out_data = (DataType*)sycl_device.allocate(sizeof(DataType)); in test_full_reductions_max_sycl() local
167 DataType* gpu_out_data = in test_full_reductions_max_with_offset_sycl() local
219 DataType* gpu_out_data = (DataType*)sycl_device.allocate(sizeof(DataType)); in test_full_reductions_mean_sycl() local
297 DataType* gpu_out_data = in test_full_reductions_mean_with_offset_sycl() local
342 DataType* gpu_out_data = in test_full_reductions_mean_with_odd_offset_sycl() local
378 DataType* gpu_out_data = (DataType*)sycl_device.allocate(sizeof(DataType)); in test_full_reductions_min_sycl() local
423 DataType* gpu_out_data = in test_full_reductions_min_with_offset_sycl() local
462 DataType* gpu_out_data = static_cast<DataType*>(sycl_device.allocate( in test_first_dim_reductions_max_sycl() local
[all …]
H A Dcxx11_tensor_broadcast_sycl.cpp57 …DataType * gpu_out_data = static_cast<DataType*>(sycl_device.allocate(out.dimensions().TotalSize(… in test_broadcast_sycl_fixed() local
108 …DataType * gpu_out_data = static_cast<DataType*>(sycl_device.allocate(out.dimensions().TotalSize(… in test_broadcast_sycl() local
H A Dcxx11_tensor_custom_op_sycl.cpp59 …DataType * gpu_out_data = static_cast<DataType*>(sycl_device.allocate(out.dimensions().TotalSize(… in test_custom_unary_op_sycl() local
124 …DataType * gpu_out_data = static_cast<DataType*>(sycl_device.allocate(out.dimensions().TotalSize(… in test_custom_binary_op_sycl() local
H A Dcxx11_tensor_sycl.cpp197 …DataType * gpu_out_data = static_cast<DataType*>(sycl_device.allocate(out.size()*sizeof(DataType)… in test_sycl_computations() local
326 … Scalar2 * gpu_out_data = static_cast<Scalar2*>(sycl_device.allocate(out.size()*sizeof(Scalar2))); in test_sycl_cast() local
H A Dcxx11_tensor_forced_eval_sycl.cpp37 …DataType * gpu_out_data = static_cast<DataType*>(sycl_device.allocate(out.dimensions().TotalSize(… in test_forced_eval_sycl() local
H A Dcxx11_tensor_concatenation_sycl.cpp141 …DataType * gpu_out_data = static_cast<DataType*>(sycl_device.allocate(result.dimensions().TotalSi… in test_concatenation_as_lvalue() local
H A Dcxx11_tensor_reverse_sycl.cpp43 DataType* gpu_out_data = static_cast<DataType*>(sycl_device.allocate( in test_simple_reverse() local
/aosp_15_r20/external/eigen/unsupported/doc/examples/SYCL/
H A DCwiseMul.cpp39 …DataType * gpu_out_data = static_cast<DataType*>(sycl_device.allocate(out.size()*sizeof(DataType)… in main() local