Hi all, I’ve got a problem.
I have a NVIDIA Tesla M10-8A vGPU, I’d like to know if CUDA is supported on this device.
Here ( GRID Virtual GPU (nvidia.com)), on page 6 and 8, it is specified that CUDA is supported on Tesla M10-8A.
Here ( Virtual GPU Software User Guide :: NVIDIA Virtual GPU Software Documentation), in section 1.3.3, it is specified that only 8Q vGPU types enable CUDA.
I’m a little bit confused.
Trying to run a pyTorch CUDA application (torch.version.cuda ‘11.3’):
- torch.cuda.is_available(): False
- torch._C._cuda_init(): RuntimeError: No CUDA GPUs are available
So, is CUDA supported on Tesla M10-8A vGPU or not? Or there are some particular constraints?
Thank you all