Skip to main content

cudaError_cudaErrorSymbolNotFound

Constant cudaError_cudaErrorSymbolNotFound 

Source
pub const cudaError_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.