Quadro M1200 is supported in Nsight Compute ?

Hi All,
I recently upgraded to CUDA 10.2 and when I try to use Nsight Compute instead of nvprof for profiling I am facing “Unsupported GPU” error message. Can you please help ?

Nsight Compute does not support Quadro M1200 - which is a Maxwell architecture GPU. Refer https://docs.nvidia.com/nsight-compute/ReleaseNotes/index.html#gpu-support for GPU support.

You need to use nvprof.

You need to use nvprof.
Thanks for the guidance.

I do not find nvprof in CUDA 10.2.
So should I use nvprof from CUDA 10.1 instead ?
Also, I can continue using CUDA 10.2 for the rest of CUDA programming right ?

nvprof is present in CUDA 10.2. Which OS are you on? Please send more details on any issue you face with using nvprof.

Pasting from the CUDA 10.2 profiler document https://docs.nvidia.com/cuda/profiler-users-guide/index.html#whats-new

  • Starting with CUDA 10.2, Visual Profiler and nvprof use dynamic/shared CUPTI library. Thus it's required to set the path to the CUPTI library before launching Visual Profiler and nvprof. CUPTI library can be found at /usr/local//extras/CUPTI/lib64 or /usr/local//targets//lib for POSIX platforms and "C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\\extras\CUPTI\lib64" for Windows.

Also, I can continue using CUDA 10.2 for the rest of CUDA programming right ?
Yes

nvprof is present in CUDA 10.2. Which OS are you on?
Windows.

Thus it’s required to set the path to the CUPTI library before launching Visual Profiler and nvprof.
Thanks ! This helped resolve the issue. NVprof works fine in CUDA 10.2 now.