ONNX model profiling using Nsight tools

Beginner here to Nsight. Lets assume I have an ONNX model. Using TensorRT_optimization on this model, a .bin file is generated. Now is it possible to profile this .bin file using Nsight system/capture? And a followup, is it possible to profile an ONNX model directly?

Hi, shashankg

If you want to do kernel profiling, you can use Nsight Compute directly.

Regarding if Nsight system can support bin, I am moving this topic to “Nsight System”

1 Like

Shashankg, you will want to run Nsys over the model as it executes to get performance information.