pub const CUDA_ERROR_NOT_FOUND: cudaError_enum = 500;Expand description
This indicates that a named symbol was not found. Examples of symbols are global/constant variable names, driver function names, texture names, and surface names.
pub const CUDA_ERROR_NOT_FOUND: cudaError_enum = 500;This indicates that a named symbol was not found. Examples of symbols are global/constant variable names, driver function names, texture names, and surface names.