pub const cudaErrorLaunchFileScopedSurf: cudaError = 67;
Expand description
This error indicates that a grid launch did not occur because the kernel uses file-scoped surfaces which are unsupported by the device runtime. Kernels launched via the device runtime only support surfaces created with the Surface Object API’s.