Searched refs:full_redux_gpu (Results 1 – 3 of 3) sorted by relevance
/external/eigen/unsupported/test/ |
D | cxx11_tensor_complex_cuda.cu | 99 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()
|
D | cxx11_tensor_reduction_sycl.cpp | 33 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()
|
D | cxx11_tensor_reduction_cuda.cu | 48 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()
|