0
votes
1answer
258 views

What does CUDA compute capability indicate? How to identify device CUDA C version computability?

I am attempting to identify if my Nvidia GPU device is compatible with the latest version of CUDA. Searching the online documentation within CUDA Zone along with the Wikipedia page I am able to ...
0
votes
2answers
211 views

Using CUDA_VISIBLE_DEVICES with sge

Using sge with resource complex called 'gpu.q' that allows resource management of gpu devices (these are all nvidia devices). However on the systems there are multiple gpu devices (in exclusive mode) ...