|
FireSync API
|
Represents the synchronization mode for a Cuda operation.

Related | |
| #define | kCUDA_SYNC_DEFAULT |
| Use default synchronization mode of the associated stream. | |
| #define | kCUDA_SYNC_WAIT |
| Block until operation is synchronously completed. | |
| #define | kCUDA_SYNC_WAIT_HOST |
| Block until operation is synchronously completed, if failing to do so might affect host memory access. | |
| #define | kCUDA_SYNC_DEFER |
| Allow operation to execute asynchronously, if supported. | |