Skip to main content

CUresult

Type Alias CUresult 

Source
pub type CUresult = i32;
Expand description

A CUDA driver API status code. 0 is CUDA_SUCCESS; anything else is reported with the name of the call that returned it.