Constant cudaErrorJitCompilerNotFound

Source
pub const cudaErrorJitCompilerNotFound: cudaError = 221;
Expand description

This indicates that the PTX JIT compiler library was not found. The JIT Compiler library is used for PTX compilation. The runtime may fall back to compiling PTX if an application does not contain a suitable binary for the current device.