Hi,
I am attempting to connect to a Jetson TX2 from matlab on a host PC in order to generate and run cuda code on the Jetson. I was able to successfully connect to a Jetson Xavier but when switching to the TX2, I now get the following error when running coder.gpuEnvConfig(‘jetson’) in the MATLAB terminal.
I was under the impression that the cudnn libraries were only needed for neural networking, which I am not doing, so I am confused as to why I am getting a cudnn error. My code is pretty simple, just makes use of the Jetson GPU.
Thanks, and let me know if there is any other information needed.