|
FireSync API
|
Collection of Cuda device management functions.
Public Member Functions | |
| kSize | kCudaDevice_Count () |
| Reports the number of Cuda-capable devices present in the system. More... | |
| kBool | kCudaDevice_IsAvailable (kBool checkCompatibility=kTRUE) |
| Reports whether a device is selected and, optionally, compatible with default minimimum platform requriements. More... | |
| kVersion | kCudaDevice_MinimumComputeCapability () |
| Reports the minimum compute capability recommended for use with FireSync platform Cuda support. More... | |
| kStatus | kCudaDevice_Properties (kSize index, kCudaProperties *properties) |
| Reports the properties associated with a Cuda device. More... | |
| kStatus | kCudaDevice_Properties (kCudaProperties *properties) |
| Reports the properties associated with the currently selected Cuda device. More... | |
| kStatus | kCudaDevice_Selected (kSize *index) |
| Reports the index of the currently selected device. More... | |