Home
last modified time | relevance | path

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

/external/eigen/unsupported/test/
Dcxx11_tensor_patch_sycl.cpp95 …DataType* gpu_data_single_patch = static_cast<DataType*>(sycl_device.allocate(patchTensorBuffSize… in test_simple_patch_sycl() local
96 …TensorMap<Tensor<DataType, 5, DataLayout,IndexType>> gpu_single_patch(gpu_data_single_patch, patch… in test_simple_patch_sycl()
99 sycl_device.memcpyDeviceToHost(single_patch.data(), gpu_data_single_patch, patchTensorBuffSize); in test_simple_patch_sycl()
233 sycl_device.deallocate(gpu_data_single_patch); in test_simple_patch_sycl()