I need to obtain the GPU’s energy consumption during the inference of TensorRT models on AGX Orin. However,
- There is no NVML library on AGX, so I cannot use methods like Triton to obtain power consumption.
- I am worried that if I use trtexec to execute and utilize tegrastats to track energy consumption, it might include
additional energy consumption overhead (such as model loading, etc.).
How can I get an accurate measure of energy consumption on AGX Orin?