|
FireSync API
|
Represents the overall state of the Cuda processing environment.

Related | |
| #define | kCUDA_ENVIRONMENT_STATUS_READY |
| Cuda execution supported in current environment. | |
| #define | kCUDA_ENVIRONMENT_STATUS_NOT_INTEGRATED |
| FireSync platform built without Cuda integration enabled. | |
| #define | kCUDA_ENVIRONMENT_STATUS_NO_DEVICE |
| No Cuda device found. | |
| #define | kCUDA_ENVIRONMENT_STATUS_INCOMPATIBLE_RUNTIME |
| Cuda runtime incompatible with FireSync platform requirements. | |
| #define | kCUDA_ENVIRONMENT_STATUS_INCOMPATIBLE_DRIVER |
| Cuda driver incompatible with Cuda runtime requirements. | |
| #define | kCUDA_ENVIRONMENT_STATUS_INCOMPATIBLE_DEVICE |
| Cuda device incompatible with FireSync platform requirements. | |