Roofline analysis for Jetson AGX Orin

We have been trying to use ncu to get a roofline chart for our deep learning workload. We tried running with --set roofline and --set SpeedOfLight_RooflineChart. When the generated .ncu-rep file is opened, we see this message in the details Tab: “No report sections available. See Profile options”.

Any idea on why this could be?
Also, we noticed that dram__bytes.sum is not listed in --query-metrics. Does this mean it is not available on the Jetson?

Hi,
Here are some suggestions for the common issues:

1. Performance

Please run the below command before benchmarking deep learning use case:

$ sudo nvpmodel -m 0
$ sudo jetson_clocks

2. Installation

Installation guide of deep learning frameworks on Jetson:

3. Tutorial

Startup deep learning tutorial:

4. Report issue

If these suggestions don’t help and you want to report an issue to us, please attach the model, command/step, and the customized app (if any) with us to reproduce locally.

Thanks!

Hi,

Have you profiled it using root or sudo?
Please note that collecting GPU traces requires root authority.

Also, we noticed that dram__bytes.sum is not listed in --query-metrics. Does this mean it is not available on the Jetson?

Yes, if you don’t see this in the metrics, it might not be supported.
Since Jetson is a shared memory system, some memory profiling functionality will be different.

Thanks.

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