I have a Jetson nano up and running, and installed a finite-element package with CUDA support from LLNL known as MFEM (MFEM.org). I was able to build the package using NVCC, but when I tried to run one of the examples with the CUDA device option, I got this error:
CUDA error: (cudaGetLastError()) failed with error:
→ no kernel image is available for execution on the device
Are there additional steps that I need to take to get a working CUDA-enabled executable?