Constant cudaErrorLaunchFileScopedTex

Source
pub const cudaErrorLaunchFileScopedTex: cudaError = 66;
Expand description

This error indicates that a grid launch did not occur because the kernel uses file-scoped textures which are unsupported by the device runtime. Kernels launched via the device runtime only support textures created with the Texture Object API’s.