Do Jetson series support NVML?

I am wondering whether any Jetson product support NVML. Or if there are any other methods by which I can change the frequency of GPU.

Hi,

You can use nvpmodel to change the GPU clock.

$ sudo nvpmodel -m [mode]

For JetPack 6, the support power can be found in the below link:
https://docs.nvidia.com/jetson/archives/r36.3/DeveloperGuide/SD/PlatformPowerAndPerformance/JetsonOrinNanoSeriesJetsonOrinNxSeriesAndJetsonAgxOrinSeries.html#supported-modes-and-power-efficiency

For Orin NX 16GB, the available GPU clocks are 420.75/624.75/918 MHz.

Thanks.

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