FireSync API
 All Classes Files Functions Variables Typedefs Friends Macros Modules Pages
kStatus kCudaStatus_Convert ( k32s  cudaStatus)

Converts a Cuda status code to a kStatus code.

At the time of this writing, this method does not attempt to recognize all of Cuda's individual error codes. Any unrecognized code will be reported as kERROR.

Parameters
cudaStatusCuda runtime status code.
Returns
kApi status code (see note).