Working on jetson orin nx. Installed the JP6.1, the trt10 broke all my c++ TRT code, with no backward compatibility.
Is there a way to run a docker with TRT8 on the JP6.1 , where the container is accessible to the GPU and (hopefully) to the DLA ?
Or
Install TRT8 on the jp6.1 in parallel/instead of the trt10 ?
The trt10 broke all my c++ code, and there is very little, to say the least, tutorials/samples on how to migrate. A lot of functions used in the code are now deprecated AND not supported in trt10 and it is very confusing how to fix the code. So, I have no real choice but to downgrade …