pub fn error_description(error_code: i32) -> String
Expand description
Returns the description string for an error code.
Note that this function is not executed on the runtime thread, since it is purely a utility function and should have no side-effects with regards to CUDA devices.
ยงArguments
error_code
- CUDA error code.