Skip to main content

cudaError_cudaErrorLaunchFileScopedTex

Constant cudaError_cudaErrorLaunchFileScopedTex 

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