Cuda Error: no kernel image is available for execution on the device

Hi there,

I am using the Jetson Nano freshly flashed from an sd card image, this comes with cuda 10.2. For my application I need cuda 10.0, after managing to install cuda 10.0, I attempt to run my application but get:

CUDA status Error: file: ./src/blas_kernels.cu : () : line: 576 : build time: Feb 14 2020 - 16:17:19
CUDA Error: no kernel image is available for execution on the device

Having looked this error up online I cannot find much help. I am wondering if this could be a mismatch with the kernel since the Jetpack currently in use came with cuda 10.2, and thus not being intended for use with cuda 10.0? Or is this something I can fix without having to flash the nano?

Thank you for your help.

Hi ,

Please specify how you installed CUDA 10.0.
You may try :
sudo apt install cuda-core-10-0

please refer to this post :