Hi everyone.
we’re developing finance programs in CUDA with Tesla P100.
but, we have some problem about nsight debbug.
we got a some message while debbug in VS2015 with Nsight.
message:
" A CUDA context was created on a GPU that is not currently debuggable.
Breakpoints will be disabled. "
I do not recognize this as a valid Windows driver version number. If this is a fairly recent driver it should be something like 385.xx. Maybe for Windows Server a different driver versioning scheme is used? I don’t know.
There is probably enough information now that someone who has deeper insights into Nsight (pun intended) can make a reasonable guess as to what might be going on. I don’t have any idea why you would be getting this error message, as the relevant hardware and software seems to be in place, and I assume you can run CUDA applications in general (just not debug them with Nsight).
windows driver versions are reported somewhat differently depending on where you look for the driver version (e.g. device manager vs. display driver control panel). This looks to me like it is probably a 385.08 driver.
when you run
nvidia-smi -a
from a command line, what is the driver model reported? Is it WDDM or TCC ? (need to know for all 6 GPUs)
are you connecting to this machine using RDP or some kind of remoting technology?