pub fn cuda_error_text(status: i32) -> String
Resolve a CUresult status code into "<NAME>: <description>" via cuGetErrorName + cuGetErrorString. Returns “CUDA_UNKNOWN” / “(no message)” if the driver doesn’t recognize the code.
"<NAME>: <description>"