parsec icon indicating copy to clipboard operation
parsec copied to clipboard

DTD unpack_args should return the device pointer

Open abouteiller opened this issue 3 years ago • 0 comments

Original report by George Bosilca (Bitbucket: bosilca, GitHub: bosilca).


After the merge of #491 the users are required to call parsec_dtd_get_dev_ptr to convert the data copy pointer provided by unpack_args into the copy on the target device. We need to facilitate this, such that all data copies returned by the unpack_args will point directly to the device memory.

abouteiller avatar Jan 12 '22 18:01 abouteiller