Searched refs:gpu_data_single_patch (Results 1 – 1 of 1) sorted by relevance
95 …DataType* gpu_data_single_patch = static_cast<DataType*>(sycl_device.allocate(patchTensorBuffSize… in test_simple_patch_sycl() local96 …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()