Constant cudaErrorSymbolNotFound

Source
pub const cudaErrorSymbolNotFound: cudaError = 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.