Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Intel OpenCL SDK - where are the header files?

I'm trying to use OpenCL on my ultrabook with Iris graphics, therefore I've installed the Intel OpenCL SDK 2013 (the one from here: http://software.intel.com/en-us/vcsource/tools/opencl-sdk).

Trying to do something with it, however I fail to find the directory where the header file (CL/cl.h) is stored... there's no include subdirectory in the install location, and also no headers in the Visual Studio / SDK folders... a search for cl.h on my C: drive also didn't give any results.

What am I doing wrong? Do I have to install anything else to get the headers?

I've only used the AMD OpenCL SDK before, there the headers are neatly located in an include subdirectory of the installation folder...

like image 899
codeling Avatar asked Dec 04 '25 14:12

codeling


1 Answers

Turns out the installer didn't run through properly. The last page looked inconspicous and had a nice Finish button, but only the Runtime got installed, but not the Application SDK. The Installer says something like "Installation ended prematurely because of an error" (no more specific information as to what error it was that had occured).

The reason is that the Installer doesn't seem to like my Visual C++ 2010 Express Edition.

Deactivating the "Visual Studio (2010) integration" made the installation be successful, and made the includes turn up.

like image 90
codeling Avatar answered Dec 06 '25 07:12

codeling



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!