|
FireSync API
|
| kStatus kCudaUtils_AttachToStream | ( | kCudaStream | stream, |
| void * | pointer, | ||
| kCudaSync | sync = kCUDA_SYNC_DEFAULT |
||
| ) |
Attaches serial managed memory to a stream.
Refer to kCudaManagedAlloc for details on serial managed memory attachment.
This method has no effect on other types of memory.
| stream | Cuda stream. |
| pointer | Memory pointer. |
| sync | Synchronization mode; if unspecified, mode is determined from default stream sync mode. |