Reputation: 657
My laptop hardware information is as follows:
OS: Windows 7 Professional Service Pack 1 CPU: Intel(R) Core(TM) i7-3540M CPU @ 3.00 GHz RAM: 16,0 GB Graphics: Intel(R) HD Graphics 4000
When I try to install Intel SDK for OpenCL Application 2014 setup, it gives the following error. Would you please help me out in this problem ?
Thanks in advance..
Upvotes: 0
Views: 2981
Reputation: 121
The answer from Dithermaster is correct. I would add comment to that answer, but currently I cannot due to reputation score limitation. Your processor is 3rd Generation Intel® Core™ Processors with Intel® HD Graphics 4000, so you need to install corresponding driver. The latest one is 15.33.30.64.3958. The only concern is that sometimes laptop manufacturers provide their own customized version of the Gfx driver and prohibit installation of the generic one. In this case you might try to install OpenCL runtime for CPU only.
Upvotes: 2
Reputation: 6343
My advice is to follow the link and install a newer driver. The SDK doesn't include the latest driver anymore; they are installed separately. The SDK is the headers and whatnot that you need for development; the driver provides the runtime.
Upvotes: 1