CUDA 9.1 , V100 GPU : A CUDA context was created on a GPU that is not currently debuggable

I have new server running windows server 2012 R2 with V100 GPU
I try to use nsight debug from visuall studio 2013 and I get the following message

Adapter: Tesla V100-PCIE-16GB
A CUDA context was created on a GPU that is not currently debuggable. Breakpoints will be disabled.

I ahve download cuda 9.1 latest.

Hi,eyal_rot

V100 do not support legacy-debugging
You should use next-gen debugging instead.

Also are you also install nsight from CUDA 9.1 toolkit ?

He Veraz

Thanks for they reply, what do you mean next-geb debugging.
How do I do it from visual studo.
I have installed cuda 9.1 with nsight plugin to visual studio.

Thanks
Eyal

In VS toolbar, select Nsight, do you see
-Start CUDA Debugging(Next-Gen) item?

Problem solved when moving to Nsight 5.5 , nsight 5.4 which came with the cuda download doesn’t have the next gen option

Thanks
Eyal