Skip to main content

cutensorGetErrorString

Function cutensorGetErrorString 

Source
pub unsafe extern "C" fn cutensorGetErrorString(
    error: cutensorStatus_t,
) -> *const c_char
Expand description

Returns the description string for an error code.

Remark

non-blocking, no reentrant, and thread-safe.