Intel® DevCloud
Help for those needing help starting or connecting to the Intel® DevCloud
1639 Discussions

Using CUDA on Intel GPUs

AswinVijayakumar
50,554 Views

I received this bash output when I ran a dl model with GPU (Cuda) on PyTorch-1.8.0. 

Traceback (most recent call last):
  File "/home/u93525/Documents/federated-learning-image-color/aswinvk28-colorization/demo_release.py", line 17, in <module>
    colorizer_eccv16.cuda()
  File "/home/u93525/.local/lib/python3.9/site-packages/torch/nn/modules/module.py", line 680, in cuda
    return self._apply(lambda t: t.cuda(device))
  File "/home/u93525/.local/lib/python3.9/site-packages/torch/nn/modules/module.py", line 570, in _apply
    module._apply(fn)
  File "/home/u93525/.local/lib/python3.9/site-packages/torch/nn/modules/module.py", line 570, in _apply
    module._apply(fn)
  File "/home/u93525/.local/lib/python3.9/site-packages/torch/nn/modules/module.py", line 593, in _apply
    param_applied = fn(param)
  File "/home/u93525/.local/lib/python3.9/site-packages/torch/nn/modules/module.py", line 680, in <lambda>
    return self._apply(lambda t: t.cuda(device))
  File "/home/u93525/.local/lib/python3.9/site-packages/torch/cuda/__init__.py", line 214, in _lazy_init
    torch._C._cuda_init()
RuntimeError: Found no NVIDIA driver on your system. Please check that you have an NVIDIA GPU and installed a driver from http://www.nvidia.com/Download/index.aspx

In one of the articles, it is mentioned you can run CUDA NVIDIA on Intel GPUs, so why is an error thrown to the console in this case?

Reference Article:

https://hothardware.com/news/cuda-on-intel-gpus-zluda

 

Would you kindly advise?

0 Kudos
4 Replies
AswinVijayakumar
50,551 Views
0 Kudos
RaeesaM_Intel
Moderator
50,529 Views

Hi,

 

Thank you for posting in Intel Forums.

We are sorry to inform you that Devcloud does not support CUDA. Only DPCPP and SYCL codes are supported by Intel GPUs. As this is a duplicate thread of https://community.intel.com/t5/Intel-DevCloud/has-intel-Devcloud-installed-CUDA/td-p/465604 and the query is answered in the same one, Can we discontinue monitoring this thread ?

 

Regards,

Raeesa

0 Kudos
AswinVijayakumar
50,482 Views

Thank you. 

0 Kudos
RaeesaM_Intel
Moderator
50,480 Views

Hi,


Thank you for the confirmation.  If you need any additional information, please post a new question as this thread will no longer be monitored by Intel.


Raeesa


0 Kudos
Reply