Can I run Cuda or OpenCl on Intel processor graphics I7 (3rd or 4rd genration) -


i'm developing on sbc (which have intel i7 3ed or 4ed, , doesn't have external gpu) i'm using linux. want take advantage of intel processor graphics . thought learn developing cuda or opencl. read old posts (several years ago) (and i'm not sure there better technology now):

can run cuda on intel

gpu programming, cuda or opencl

  1. can run cuda code on intel processor graphics ?
  2. can run opencl code on intel processor graphics ?
  3. if can run cuda & opencl code on intel processor graphics, better ?

as @robert crovella said cannot run cuda on intel gpu/cpu. comes opencl have few choices:

  1. intel opencl driver intel gpu , cpu
  2. open source beignet intel gpu
  3. amd app sdk can run on intel cpu

i cannot 1 best intel gpu on linux. think beignet first support intel gpu official intel drivers appeared. intel cpu on linux use amd app sdk.


Comments

Popular posts from this blog

facebook - android ACTION_SEND to share with specific application only -

python - Creating a new virtualenv gives a permissions error -

javascript - cocos2d-js draw circle not instantly -