Tesla GPU not showing up for cudaDeviceCount/getDevice

I spent a few hours today debugging this — GPU programming is its own special form of hell. It turns out I had to disable ECC and reset the GPU:

nvidia-smi -i 1 -e 0
nvidia-smi -i 1 -r

Naturally, there was no indication of an ECC error having occurred, and just resetting the GPU’s doesn’t help matters.

Sigh.

This entry was posted in Uncategorized. Bookmark the permalink.



Leave a Reply

Your email address will not be published. Required fields are marked *

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>