Hi folks,
New to CUDA, I am running CUDA 8.0.44 with NSight 5.2.0.16233 using a Quadro 2000 GPU. I have managed to successfully build, and run a sample program. I cannot debug the program inside the GPU card. I get the error
“A CUDA context was created on a GPU that is currently not debuggable. Breakpoints will be disabled.”
I have the latest drivers installed from the NSight installation. The installation lists the new and current Display Driver as 369.30. Windows lists the actual driver as NVIDIA Quadro 2000 version 21.21.13.6930 (4/09/2016).
The linker is set to provide debugging information.
Is there anything else that I should check or any reason why CUDA should consider the GPU as not debuggable?
Thanks in advance for any help.