DRIVE OS Version: 7.0.3
Issue Description:
We have a D-Fine model which we compile from onnx to trt
On Drive AGX Thor, the only way to get correct results is to compile with –builderOptimizationLevel=0 which results in a very slow model (20+ms). Every other optimization level or swithcing to fp16 results in a trt that does not work.
The exact same onnx if we compile it on the Jetson AGX Orin, works prefectly even with fp16 and default optimization level and results in a fast model (11ms) which works
It seems that on the Thor trtexec does some very aggressive optimizations that break the model
Is this an issue with trtexec? How can we compile the model to get a better time than the Orin and still work?