OpenCL* for CPU
Ask questions and share information on Intel® SDK for OpenCL™ Applications and OpenCL™ implementations for Intel® CPU.
Announcements
This forum covers OpenCL* for CPU only. OpenCL* for GPU questions can be asked in the GPU Compute Software forum. Intel® FPGA SDK for OpenCL™ questions can be ask in the FPGA Intel® High Level Design forum.

No GPU for OpenCL on P4600?

Charles_C_2
Beginner
1,393 Views

Greetings

I'm probably just missing something simple, but I'm having an issue with using the GPU with OpenCL under 64-bit Windows 7 on an Intel Z230 with P4600 graphics.  I installed Intel INDE 2015 Update 2, and in Visual Studio 2013, I created an OpenCL application via the CodeBuilder Project for Windows.  I just selected Finish, accepting all default options, which specifies GPU acceleration for OpenCL.  When I run the resulting application, I get the error "clGetDeviceIDs() returned CL_DEVICE_NOT_FOUND" as no GPU device is located.  If I replace the desired device type to be CL_DEVICE_TYPE_CPU instead of CL_DEVICE_TYPE_GPU, then the Add code example runs fine.

According to Device Manager, my graphics driver is 10.18.14.4170, and I ran the automatic driver updater to update it, where it detected 15.36.21.64.4222 was current and it determined an update was needed.  The update appeared to be successful, but Device Manager still showed me 10.18.14.4170.  I uninstalled that driver via the control panel so no explicit driver was loaded, and did another update (with the update app telling me I was now updating from 6.something instead of 10.18.14.4170), but after a reboot the 10.18.14.4170 version reappeared.  Is that ultimately the source of my problem, or does driver 15.36.21.64.4222 in Intel numbering appear as 10.18.14.4170 in device manager?  The release notes form INDE indicate that 15.33.3 or higher is needed for OpenCL, but I'm not sure if that is what I have or not.

Any thoughts would be appreciated - thanks!

0 Kudos
19 Replies
Robert_I_Intel
Employee
1,393 Views

Charles,

You might try to download and install driver directly: https://downloadcenter.intel.com/search?keyword=4th+Generation+Intel%c2%ae+Core%e2%84%a2+Processors+with+Intel%c2%ae+HD+Graphics+4600

I wonder if the problem in your case has to do with the fact that you are using Intel(R) Xeon Processor and driver assumes that you don't have an integrated graphics without checking. I will ask our product team about this and get back to you.

0 Kudos
Charles_C_2
Beginner
1,393 Views

Thanks for the suggestion, Robert, but that didn't do it.  I uninstalled the driver again via the control panel, and Device Manager showed just a VGA device.  I ran Setup.exe from the ZIP file download, and the readme box that is displayed shows the driver is 15.x, but when I perform the install it shows it is installing 10.x, and, after a reboot, I see 10.x in Device Manager.

I also haven't had luck installing the driver directly from Device Manager - it keeps telling me that I already have the current driver installed when I point it to the extracted ZIP file, but it isn't correct.

Any other suggestions would be welcome.  Thanks!

 

 

0 Kudos
Charles_C_2
Beginner
1,393 Views

Just to be sure, I uninstalled the driver again show it showed I just had a VGA adapter, and through Device Manager did Update Driver.  I pointed to the extracted ZIP file, it loaded the driver, and had me reboot.  When the machine came back, it was the 10.x driver again, and not the 15.x one.  So, even directly through Device Manager, and not via Setup.exe, the 10.x driver is loaded.

0 Kudos
Robert_I_Intel
Employee
1,393 Views

Charles,

Was it 10.18.10.4222 or something like that or did it revert to 10.18.14.4170 ?

0 Kudos
Charles_C_2
Beginner
1,393 Views

I guess I didn't pay close attention after each iteration, but as of the last attempt (update through Device Manager directly), it is 10.18.14.4222.

0 Kudos
Robert_I_Intel
Employee
1,393 Views

Cool! So with this new driver are you able to see GPU device in Visual Studio (CODE-BUILDER/Platform Info, then Available Machines, (local)..., Intel(R) OpenCL, ...?

0 Kudos
Charles_C_2
Beginner
1,393 Views

Unfortunately no - it still just shows a CPU device (Intel(R) Xeon(R) CPU E3-1246 v3 @ 3.50GHz, device driver version 4.2.0.148) under Intel(R) OpenCL.

So 10.18.14.4222 is a good sign, though?  I guess I would have expected to see 15.x after all.

 

 

0 Kudos
Robert_I_Intel
Employee
1,393 Views

Charles,

I have bad news/good news. Bad news first: just got a word from our driver folks that the OpenCL for GPUs is currently disabled for Xeon parts in production drivers.

Good news is: Xeons like yours are fully capable of running OpenCL on their GPUs. We are currently looking for someone to make a business call and enable OpenCL. Will keep you posted. Sorry for this inconvenience: the decision was made ~3 years ago and someone was not thinking clearly.

0 Kudos
Charles_C_2
Beginner
1,393 Views

I appreciate the update - fortunately I hadn't upgraded to the machine (a new acquisition that I'm just setting up now) with the intention of doing a lot with OpenCL, but I did hope that GPU-accelerated OpenCL was available, and the Intel web site documentation implied it was the case.  If things do change and OpenCL works fully, please let me know.  Thanks!

 

0 Kudos
Sean_S_
Beginner
1,393 Views

Hi,

Any update on the OpenCL support for the integrated GPU in Xeon's, e.g., Xeon E3-1246v3?  Hopefully Windows and Linux...  Also, any special instructions on how to install drivers and configure them when a discreet GPU is also present?

Thanks!

0 Kudos
Robert_I_Intel
Employee
1,393 Views

Hi Sean,

The issue was fixed on the Windows driver mainline once I brought it up. Takes a couple of months for this to propagate to the production release driver. On the Linux side, not sure how this works, but I will ask. Linux driver team is a separate team and they merge Windows fixes, but how often that happens, I am not sure.

On installing drivers when discreet GPU is present: I used to do the following: 1. disable the discrete GPU, 2. Update all the drivers for Intel(R) Processor Graphics, 3. Enable discrete GPU, 4. Follow instructions here https://software.intel.com/en-us/articles/getting-started-with-opencl-development-on-windows-with-intel-inde - I just updated the article and verified that things should work with discrete GPUs as well.

0 Kudos
Charles_C_2
Beginner
1,393 Views

Hello Robert,

Do you happen to know if it has made it into the production Windows driver yet?  It actually has been "a couple of months" since my original post, and I look forward to trying it out.  If it hasn't yet, but you happen to know what driver revision number it will appear in, that would be helpful so I can keep an eye out.

Thanks!

0 Kudos
Robert_I_Intel
Employee
1,393 Views

Hi Charles,

The August driver was just released and you can try it, but I doubt the fix is there. Most likely it will show up in the end of September driver.

0 Kudos
Sean_S_3
Beginner
1,393 Views

Hi Robert,

Any update about the Linux iGPU driver?

I've been trying to get my iGPU (right now using the default open source driver) and dGPU Linux system up and running for OpenCL use, but seems the driver installation for the dGPU conflicts with the iGPU.  Do you have Linux details on how to achieve this?

0 Kudos
Sean_S_3
Beginner
1,393 Views

Btw, it seems that since I want to target Linux, I should be using the Intel Media Server Studio (https://software.intel.com/en-us/intel-media-server-studio) instead of the Intel Integrated Native Developer Experience; however I can't find any mention of Xeon E3-1246v3 there either.  The run-time only release notes for 15.1 (https://software.intel.com/en-us/articles/opencl-drivers) suggest wider Xeon GPU support though.  It's frankly more confusing than I expected...

0 Kudos
Robert_I_Intel
Employee
1,393 Views

Hi Sean,

You are right, for the Linux driver you will need Intel Media Server Studio. I will ask about Xeon E3-1246v3  support on Linux and get back to you. The runtime your are referring to is for CPU only. For GPU support you need Intel MSS.

0 Kudos
Robert_I_Intel
Employee
1,393 Views

Hi Sean,

Xeon E3-1246v3  should be supported by the Linux driver shipped with Intel MSS. Let me know if you are experiencing issues on that platform.

0 Kudos
Sean_S_3
Beginner
1,393 Views

Hi Robert,

I'm having troubles with the Linux driver.  I've posted more details in a new thread (https://software.intel.com/en-us/forums/opencl/topic/593271).

0 Kudos
Robert_I_Intel
Employee
1,393 Views

Hi Sean,

Unfortunately, Fedora is not on a supported platform list.

0 Kudos
Reply