Reputation: 467
I'm developing on SBC (which have Intel I7 3ed or 4ed, and doesn't have external GPU) I'm using linux. I want to take the advantage of Intel processor graphics . I thought to learn developing with Cuda or OpenCl. I read some old posts (several years ago) (and I'm not sure there is a better technology now):
GPU Programming, CUDA or OpenCL
Upvotes: 12
Views: 27509
Reputation: 151
Those who have Intel UHD graphics just install the openCL driver and then all will be okay <3. I am using Ubuntu 22.04 and its works on my Intel UHD graphics 620.
Upvotes: 0
Reputation: 8592
You can now :-) Using: coriander, which is an NVIDIA® CUDA™ compiler for OpenCL 1.2 GPUs (full disclosure: I'm the author)
Upvotes: 9
Reputation: 8484
As @Robert Crovella said you cannot run CUDA on Intel GPU/CPU. Where it comes to OpenCL you have few choices:
I cannot say which one will be best for Intel GPU on Linux. I think Beignet was first to support Intel GPU then official Intel drivers appeared. For Intel CPU on Linux I use AMD APP SDK.
Upvotes: 12