How to run Nsight Compute to get a bar graph for the floating operations?

I am new to nsight compute, and I want to run a Python script and get a bar graph for the floating point operations. I am lost and don’t how to start.
This is what I did so far.
I also don’t get what should be the output file and how to make it executable, and should the launch part have the file I want to get the bar graph for?

Have you checked the instructions for this activity in the documentation already?

The Output File is the name of the report that’s created. The name doesn’t matter much, as long as you can find the file later on if you need it. Select e.g. the full set on the Metrics tab to collect all of the curated metrics.

1 Like

Thank you so much for your reply.
Yes, I am following the document.
I just keep getting this error:


May you please guide me on how to use a Python file for the target application?

You can put the path to the python executable in Application Executable and put your script in Command Line Arguments.

What does this mean:
image

This is the output through the terminal:

Hi, @yasmine.mustafa0508

Is it possible to share your python script for repro ?

Hi, @yasmine.mustafa0508

Have you resolved your problem ? If yes, can I close this topic ?

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