Constant cudaErrorJitCompilationDisabled

Source
pub const cudaErrorJitCompilationDisabled: cudaError = 223;
Expand description

This indicates that the JIT compilation was disabled. The JIT compilation compiles PTX. The runtime may fall back to compiling PTX if an application does not contain a suitable binary for the current device.