|
FireSync API
|
Collection of static methods for Cuda status management.
Public Member Functions | |
| kStatus | kCudaStatus_Convert (k32s cudaStatus) |
| Converts a Cuda status code to a kStatus code. More... | |
| k32s | kCudaStatus_Filter (k32s cudaStatus) |
| Ensures that Cuda eror state is cleared after making a Cuda runtime call. More... | |
| kStatus | kCudaStatus_GetAndClear () |
| Returns a kStatus code that represents any accumulated cuda runtime errors and clears error state. More... | |
| kStatus | kCudaStatus_Peek () |
| Returns a kStatus code that represents any accumulated cuda runtime errors. More... | |
| kBool | kCudaStatus_Verify (k32s cudaStatus) |
| Converts a Cuda status code to a boolean value and clears Cuda error state. More... | |