Jetson max performance settings

Hello,

I am looking to time my cuda program utilizing the max performance settings the TX2 has to offer. I know jetson_clocks.sh will boost performance, are there any other settings I can change that will offer similar speed advantages? Links to documentation are helpful as well, thank you.

You may also use

nvpmodel -m0

and see the difference. It will enable all 6 CPUs including the Denver ones (cpu 1 and 2). Not really CUDA related, but in some CPU consumer limited cases it may improve.