We have a workable docker container which is runnable on x86-64 and Jetson NX. Cuda version is 11.4 and TensorRT version is 8.5.1.
Now i am migrating it to Jetson Orin NX. There is JetPack 6.0 with L4t 36.3.0 (includes TensorRT 8.6.2 and cuda 12.2). What do i see? Code is compilable but i have a segmentation fault during engine serialization.
I’ve tried gdb and cuda-gdb. Both of them shows the same. What could i do next, please give me any suggestions.