Nsight Compute error:"Profiling is not supported on device 0"

Recently I’ve switched CUDA tool kits 10.1 to 11.1 and try to use Nsight Compute to replace Nsight profiler. But when I used Nsight profiler, it worked, but Nsight Compute tells me there is an error so that I can’t profiling

But Nsight System works, and tells me that there is some kernel function here.

Anyone know how to deal with this issue?

1 Like

Facing the same issue after upgrading to 11.1

1 Like

Any update on this error? I’m experiencing it with both Windows desktop and Jetson Nano. CUDA Toolkit 11.1

I am experiencing the same error after upgrading to 11.1. Cannot seem to profile anything using Nsight Compute. GTX 1050, Windows 10, Nsight Compute launched from Visual Studio 16.8.1. Would much appreciate any suggested solution.

Best,
Christopher

1 Like

I realize I should have read the documentation, the issue was my concurrent upgrade from Nsight Compute 2019.5.1. After this version, support for Pascal seems to have been dropped.

Christopher

1 Like

A toolkit package with Pascal support, but with profiler inside it w\o Pascal support?!

2 Likes

So, did you all just go back to Nsight Compute 2019.5.1? Any word on support for Pascal?

Pascal support was deprecated, then dropped from Nsight Compute after Nsight Compute 2019.5.1.

The profiling tools that support Pascal in the CUDA Toolkit 11.1 and later are nvprof and visual profiler.