Skip to main content

CUresult

Type Alias CUresult 

Source
pub type CUresult = u32;
Expand description

Return code from every CUDA Driver API call.

A value of 0 (CUDA_SUCCESS) indicates success; any other value is an error code. See the CUDA_* constants below for the full catalogue.