Hello,
It seems my target was flashed with an older CUDA compared to the host.
On the TX2, cudaRuntimeGetVersion reported 8000 (rc=0)
On the host, where I inastalled Jetpack 3.2.1:
nvcc --version: release 9.0, V9.0.252
Instead of re-flashing the target, I prefer to install on the host an older Jetpack that will match the one on the target.
Is it possible ?
How can I know what Jetpack I should choose ?
I suspect the version mismatch is the reason cudaGetDevice returned 35.
Thank you,
Zvika