I have a project taking use of cuda/cudnn that runs well with Jetson Nano + carrier board A02. The same project is able to compile with Jetson Xavier NX + carrier board B01, however, it reports the following run time error:
Unhandled exception in worker thread: basic_string::_M_construct null not valid
I’m not sure where I should trace this issue. Here is the difference of the two sets:
=====Jetson Nano + Carrier Board A02=====
JP 4.2.3
CUDA Runtime version: 10.0.0
Cudnn version: 7.3.1
Latest version of CUDA supported by the driver: 10.0.0
GPU: NVIDIA Tegra X1
GPU memory: 3.87164 Gb
GPU clock frequency: 921.6 MHz
GPU compute capability: 5.3
===== Jetson Xavier NX + Carrier Board B01=====
JP 4.4
CUDA Runtime version: 10.2.0
Cudnn version: 8.0.0
Latest version of CUDA supported by the driver: 10.2.0
GPU: Xavier
GPU memory: 7.58946 Gb
GPU clock frequency: 1109 MHz
GPU compute capability: 7.2
Any advice is appreciated. Thanks.
Colin