How to maximize Deeplearning performance of Jetson Orin

Hello everyone,
I am using a Jetson Orin AGX device, and I need it to run at maximum performance to support my project. When I checked the device’s configuration, I noticed that some components are still deactivated (in the OFF state). Therefore, I would like to know how to activate these components to maximize the device’s deep learning performance. Thanks you.

Have you checked Jetson Orin Nano Series, Jetson Orin NX Series and Jetson AGX Orin Series — Jetson Linux Developer Guide documentation (nvidia.com) to set the system at the max performance?

Hi,

The maximal performance can be set with the following command:

$ sudo nvpmodel -m 0
$ sudo jetson_clocks

Thanks.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.