FireSync API
 All Classes Files Functions Variables Typedefs Friends Macros Modules Pages
kCudaSync Struct Reference

Description

Represents the synchronization mode for a Cuda operation.

Inheritance diagram for kCudaSync:
Inheritance graph

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.
 

The documentation for this struct was generated from the following file: