Searched refs:gpu_data_result (Results 1 – 1 of 1) sorted by relevance
/external/eigen/unsupported/test/ |
D | cxx11_tensor_generator_sycl.cpp | 44 DataType* gpu_data_result = static_cast<DataType*>(sycl_device.allocate(tensorBuffSize)); in test_1D_sycl() local 47 TensorMap<Tensor<DataType, 1, DataLayout,IndexType>> gpu_result(gpu_data_result, tensorRange); in test_1D_sycl() 51 sycl_device.memcpyDeviceToHost(result.data(), gpu_data_result, tensorBuffSize); in test_1D_sycl() 78 DataType* gpu_data_result = static_cast<DataType*>(sycl_device.allocate(tensorBuffSize)); in test_2D_sycl() local 81 TensorMap<Tensor<DataType, 2, DataLayout,IndexType>> gpu_result(gpu_data_result, tensorRange); in test_2D_sycl() 85 sycl_device.memcpyDeviceToHost(result.data(), gpu_data_result, tensorBuffSize); in test_2D_sycl() 113 DataType* gpu_data_result = static_cast<DataType*>(sycl_device.allocate(tensorBuffSize)); in test_gaussian_sycl() local 116 TensorMap<Tensor<DataType, 2, DataLayout,IndexType>> gpu_result(gpu_data_result, tensorRange); in test_gaussian_sycl() 120 sycl_device.memcpyDeviceToHost(result.data(), gpu_data_result, tensorBuffSize); in test_gaussian_sycl()
|