Home
last modified time | relevance | path

Searched refs:full_redux_gpu (Results 1 – 3 of 3) sorted by relevance

/external/eigen/unsupported/test/
Dcxx11_tensor_complex_cuda.cu99 Tensor<std::complex<float>, 0> full_redux_gpu; in test_cuda_sum_reductions() local
100 gpu_device.memcpyDeviceToHost(full_redux_gpu.data(), gpu_out_ptr, out_bytes); in test_cuda_sum_reductions()
104 VERIFY_IS_APPROX(full_redux(), full_redux_gpu()); in test_cuda_sum_reductions()
136 Tensor<std::complex<float>, 0> full_redux_gpu; in test_cuda_product_reductions() local
137 gpu_device.memcpyDeviceToHost(full_redux_gpu.data(), gpu_out_ptr, out_bytes); in test_cuda_product_reductions()
141 VERIFY_IS_APPROX(full_redux(), full_redux_gpu()); in test_cuda_product_reductions()
Dcxx11_tensor_reduction_sycl.cpp33 Tensor<float, 0> full_redux_gpu; in test_full_reductions_sycl() local
47 sycl_device.memcpyDeviceToHost(full_redux_gpu.data(), gpu_out_data, sizeof(float)); in test_full_reductions_sycl()
49 VERIFY_IS_APPROX(full_redux_gpu(), full_redux()); in test_full_reductions_sycl()
Dcxx11_tensor_reduction_cuda.cu48 Tensor<Type, 0, DataLayout> full_redux_gpu; in test_full_reductions() local
49 gpu_device.memcpyDeviceToHost(full_redux_gpu.data(), gpu_out_ptr, out_bytes); in test_full_reductions()
53 VERIFY_IS_APPROX(full_redux(), full_redux_gpu()); in test_full_reductions()