pub const cudaErrorMemoryValueTooLarge: cudaError = 32;
Expand description
This indicated that an emulated device pointer exceeded the 32-bit address range. \deprecated This error return is deprecated as of CUDA 3.1. Device emulation mode was removed with the CUDA 3.1 release.