Expand description
Error type for baracuda-driver.
Functions§
- error_
name - Look up the symbolic name of a
CUresult(e.g."CUDA_ERROR_OUT_OF_MEMORY"). Returns"CUDA_UNKNOWN_ERROR"if the driver doesn’t recognize the code. - error_
string - Look up the human-readable description of a
CUresult.