STEllAR-GROUP / hpxcl

This repository contains components that will support percolation via OpenCL and CUDA
Boost Software License 1.0
32 stars 17 forks source link

New function to cpy data from device to host #103

Closed PADBarbosa closed 3 years ago

PADBarbosa commented 3 years ago

Added new function to copy data from a device to the host. It allows the user to specify an offset and a size, both in bytes, to copy a specific parcel of the data set to the host.