My Jetson Orin NX system has Jetpack 6.2, CUDA 12.6.68, cuDNN 9.3.0, and Python 3.10. I have installed onnxruntime-gpu version 1.19, as well as torch 2.3.0, torchaudio 2.3.0, and torchvision 0.18.0. However, I am unable to use GPU acceleration. When running the test code, I encountered the following error:
[W:onnxruntime:Default, onnxruntime_pybind_state.cc:965 CreateExecutionProviderInstance] Failed to create CUDAExecutionProvider. Require cuDNN 8.* and CUDA 12.*. Please install all dependencies as mentioned in the GPU requirements page (https://onnxruntime.ai/docs/execution-providers/CUDA-ExecutionProvider.html#requirements), make sure they're in the PATH, and that your GPU is supported.
Is this issue caused by having a higher version of cuDNN?