Run cross complied executable file,return error : cudaErrorInsufficientDriver

Hello,
I got an executable file using cross-compiling and running it on xavier. An error occurred during cudamalloc and the return was cudaErrorInsufficientDriver.
The cuda version of xavier is 10.2.89, and my cross compilation environment nvcc is 10.2.30. Is the error reported because of the nvcc version? Where can I download the nvcc compiler driver for 10.2.89?

Thanks

Hi,

You can find a compatible CUDA toolkit from the same JetPack (packages for host).
Please use the nvcc and recompile the binary.

Thanks.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.