Unsolved
This post is more than 5 years old
3 Posts
0
46204
March 1st, 2013 09:00
Opencl via Intel Graphics card
Hi,
Inspiron 15R SE 7520 has an onboard Intel Graphics Card and a discrete AMD Radeon card.
The laptop has a Switchable Graphics feature, designed in a way that the Intel video card stays on by default and the AMD video card only turns on when graphic intensive applications are run.
I installed Intel OpenCL SDK 2013 but Intel OpenCL platform don't see the intel GPU device only the CPU.
Does anyone have an idea how to deal with this issue?
Thanks and Regards,
Micha
No Events found!


CyberMaxX360
272 Posts
0
March 1st, 2013 12:00
@micham
Perhaps it might be a good idea to read the Release Notes
Specifically I noted this myself:
Limitations -
This beta software release introduces a CPU only runtime package with OpenCL* 1.2 features support. When installed on computers with 3rd Generation Intel® Core processors with Intel® HD Graphics on Windows* OS, this non-conformant OpenCL* 1.2 CPU device works in a platform mixed mode with the conformant OpenCL* 1.1 device available with the Intel HD Graphics 4000/2500.
List of Changes -
Compliant with the Intel® HD Graphics WHQL Driver for Windows 8* OS (version 9.17.10.2792) on Intel HD Graphics 4000/2500. This SDK release will not work with previous graphics drivers.
Support for OpenCL* 1.2 features on CPU device only.
Known Issues -
CL_INVALID_DEVICEas return code. Consider using the OpenCL* 1.1 APIs only.clEnqueueNDRangeKernelwith 2D image array argument, fail with appropriate return codes, for example:CL_INVALID_MEM_OBJECT.CL_MEM_USE_HOST_PTRflag.clEnqueueMapBuffer[Image]on one device while callingclEnqueueUnmapMemObjecton the other device (while this is enabled by the specification).Cheers