Skip to main content

status_to_result

Function status_to_result 

Source
pub fn status_to_result(
    status: cusolverStatus_t,
    op: &'static str,
) -> Result<(), GpuError>
Expand description

Translate a cusolverStatus_t into our typed error.