async_work_group_copy
MISSING
(1) | |
(2) | |
(3) | |
(4) |
-
Asynchronous work group copy from a local pointer to global.
Parameters:-
global_ptr<dataT>
dest
: Pointer to the destination in global memory -
local_ptr<dataT>
src
: Pointer to the source in local memory -
size_t
numElements
: Number of elements to copy
-
-
Asynchronous work group copy from a local pointer to global.
Parameters:-
global_ptr<dataT>
dest
: Pointer to the destination in global memory -
local_ptr<dataT>
src
: Pointer to the source in local memory -
size_t
numElements
: Number of elements to copy -
size_t
destStride
: Stride in the destination
-
-
Asynchronous work group copy from a global pointer to local.
Parameters:-
local_ptr<dataT>
dest
: Pointer to the destination in local memory -
global_ptr<dataT>
src
: Pointer to the source in global memory -
size_t
numElements
: Number of elements to copy
-
-
Asynchronous work group copy from a global pointer to local.
Parameters:-
local_ptr<dataT>
dest
: Pointer to the destination in local memory -
global_ptr<dataT>
src
: Pointer to the source in global memory -
size_t
numElements
: Number of elements to copy -
size_t
srcStride
-