Error: UnsupportedGpu

I’m using cuda 10.1 with driver 440.64 on Ubuntu 20.04, the program runs and profiled well with nvprof 10.1, but it crashed when using nsight compute 2020.01.

==PROF== Connected to process 562382 (/home/user/program)
==PROF== Profiling "foo" - 1: 
==ERROR== Error: UnsupportedGpu
==ERROR== Failed to profile kernel "foo" in process 562382

I’m using TITAN Xp and was able to profile it with an older nsight compute. Is the driver too new?

Nsight Compute 2020.1 removed support for Pascal GPUs, see Release Notes :: Nsight Compute Documentation

1 Like