Part of Code executing on CPU of Jetson Agx Orion board is taking more time compared to execution time of same code on Jetson Agx xavier board

I developed a code in which some part is being executed on CPU and some part on GPU. Initially I tested it on 32GB Jetson Agx Xavier Board on which execution time of the part running on CPU was around 150 microseconds. When I tested the same code on 64GB Jetson Agx Orion board, the part executing on CPU is taking around 500 microseconds. I want to know why this is happening while Orion board has better clock speed. Is there any solution to this as i need execution time to be less.

I have already executed command
sudo nvpmodel -m 0

The part of code executing on GPU is giving great performance on Orion board

Sorry for the late response.
Is this still an issue to support? Any result can be shared?

And please run sudo tegrastats before the profiling. This fixes the clock at maximum.

Yes this issue is till there and I am running sudo tegrastats which is providing operating clock speed of each core. Is it possible that my orion board can be defective? whenever i am plugging the board to switch it’s automatically starting. I am not pressing power button.

Not sure if there is any issue on your code, we’re not able to triage without further information.

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