user2602914
user2602914

Reputation: 311

OpenCL SDK Linux Download for INTEL GPU

Is there an Intel OpenCL SDK Download for linux? I was looking for an opencl sdk for my intel i5 (HD 4000 graphics) and it seems that they only have it for windows.

Upvotes: 6

Views: 6359

Answers (2)

Krishnaraj
Krishnaraj

Reputation: 421

Intel has recently started an opensource project Beignet which is Linux specific. They use Mesa infrastructure and LLVM/Clang for OpenCL implementation. Although not all the features are implemented yet, its being developed in a fast phase. Currently it works on Ivy-bridge and Haswell GPUs.

Edit: as of 2015, September OpenCL 1.2 support is quite complete.

Also, supported targets are listed in wiki:

Supported Targets

  • 3rd Generation Intel Core Processors
  • Intel “Bay Trail” platforms with Intel HD Graphics
  • 4th Generation Intel Core Processors "Haswell"
  • 5th Generation Intel Core Processors "Broadwell".

Upvotes: 13

Matthias Holzapfel
Matthias Holzapfel

Reputation: 540

No, there isn't for the GPU. And according to this thread (http://software.intel.com/en-us/forums/topic/402118) Intel won't tell us if or when they will release such a thing.

The Intel OpenCL SDK only works with CPUs and the Xeon Phi right now. And for CPU, you may want to try out the AMD SDK even for Intel CPUs. I'm running a benchmark right now and is seems to be faster. Also has better support of free tools (CodeXL).

Upvotes: 2

Related Questions