pub const CUDA_ERROR_INVALID_HANDLE: cudaError_enum = 400;Expand description
This indicates that a resource handle passed to the API call was not valid. Resource handles are opaque types like ::CUstream and ::CUevent.
pub const CUDA_ERROR_INVALID_HANDLE: cudaError_enum = 400;This indicates that a resource handle passed to the API call was not valid. Resource handles are opaque types like ::CUstream and ::CUevent.