Hello,
My Gpu is GTX 960M,I installed nvidia toolkit 8.0 in the wind10,and I can see the Nsight option in the visual studio 2013.
In the Nvidia Nsight Visual Studio Edition User Guide,the local and memory option from nsight menu is good to debug the
cuda program,but I could not find in the visual studio 2013.What should I do ?
Thanks!
Nope, you cannot see cpu variables in cuda debugger, also you cannot see the gpu variables in visual studio debugger, the only solution is next-gen debugger which only works on Tesla or Quadro pascal, volta cards.
veraj
July 6, 2018, 5:30am
3
Hi, lihuayang6
Can you answer below questions firstly ?
Which version of Nsight are you using ?
Which option exactly are you expecting ?
You can not debug CUDA program now ?
Hello,
1.the vision of Nsight visual studio edition is 5.2
2.the local and memory option from nsight menu
3.I can debug the cuda program
Thanks!