Is this old topic from Jetson Xavier still valid for Jetson Orin?
Hi,
You can run trtexec in the different consoles directly.
Since there are some APIs changes in TensorRT, the sample (TensorRT_sample.zip) might not work on JetPack 5.
Thanks.
Hi AastaLLL,
Thanks!
I could however compile TensorRT_Sample with a modification to line48 in “tools.h” (it compiles successfully with some Warnings “TRT Deprecated” in NvInfer.h)
This is the change I made:
line 48: void log(Severity severity, const char* msg) override
to
line48: virtual void log(Severity severity, const char* msg) noexcept override
Hi,
Thanks for the update.
It’s good to know the sample still works with the update.
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.