How to enable profiling in the graphics driver?

Nsight Graphics reports “Internal error reserving space for ranges, can be caused by profiling being disabled in the driver.”

How do I fix this? Thanks.

Hi,

You will need to link the device with root account to enable the authority for GPU profiling.
Do you login as root? If not, please check this comment for the instruction:

Thanks.

1 Like

I’m mostly still used to nvprof.
I usually profile with nvprof -o out.nvvp on Xavier and then open it on the desktop with NVVP.
Found this method to be easier for me