Constant cudaErrorUnsupportedPtxVersion

Source
pub const cudaErrorUnsupportedPtxVersion: cudaError = 222;
Expand description

This indicates that the provided PTX was compiled with an unsupported toolchain. The most common reason for this, is the PTX was generated by a compiler newer than what is supported by the CUDA driver and PTX JIT compiler.