Asynchronous copies between global and local memory and a prefetch from global memory.
async_work_group_copy | Perform an async copy |
async_work_group_strided_copy | Performs an async gather of num_elements gentype elements from source to destination. |
wait_group_events | Wait for events that identify the async_work_group_copy operations to complete. |
prefetch | Prefetch bytes into the global cache. |
The OpenCL C programming language implements these functions that provide asynchronous copies between global and local memory and a prefetch from global memory.