Home
last modified time | relevance | path

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

/external/eigen/unsupported/test/
Dcxx11_tensor_patch_sycl.cpp130 …DataType* gpu_data_twod_patch = static_cast<DataType*>(sycl_device.allocate(patchTensorBuffSize)); in test_simple_patch_sycl() local
131 …TensorMap<Tensor<DataType, 5, DataLayout,IndexType>> gpu_twod_patch(gpu_data_twod_patch, patchTens… in test_simple_patch_sycl()
134 sycl_device.memcpyDeviceToHost(twod_patch.data(), gpu_data_twod_patch, patchTensorBuffSize); in test_simple_patch_sycl()
234 sycl_device.deallocate(gpu_data_twod_patch); in test_simple_patch_sycl()