I try to profile the trtexec with nsys on the jetson orin nano, but I got this error.
FATAL ERROR: /dvs/p4/build/sw/devtools/Agora/Rel/QuadD_Tegra/QuadD/Target/quadd_d/quadd_d/jni/EventSource/Trace.cpp(1853): Throw in function QuadDCommon::Uuid QuadDDaemon::EventSource::Trace::GetCudaDeviceUuidForTimestamp(QuadDCommon::ProcessId, const ConstTraceEvent&, uint64_t) const
Dynamic exception type: boost::wrapexcept<QuadDCommon::InternalErrorException>
std::exception::what: InternalErrorException
[QuadDCommon::tag_message*] = Can't find UUID for CUDA device 0 (PID 2101)
I found the SD Card image doesn’t contain the nsys, so I installed it with the sdk-manager.
I just use the following command to profile.
sudo nsys profile /usr/src/tensorrt/bin/trtexec --loadEngine=xxx.engine
I checked some similar error reported on forums, such as Unable to capture “Can’t find UUID for CUDA device”
Is the error caused by version incompatible between nsys and the driver in the new jetpack?