Hi all,
My goal is to enable OpenCL2.0 features on my Intel graphics (Intel® HD Graphics 510).
After a fresh installation of intel-opencl-2.0-2.0-54425.tar.gz on my Ubuntu 14.04,
finally the sample code CapsBasic can list all my available platforms and devices.
The version of OpenCL driver detected for CPU (Intel(R) Pentium(R) CPU G4400 @ 3.30GHz) is 2.0 as I expect, but is 1.2 for GPU.
I have also tried intel_sdk_for_opencl_2016_ubuntu_6.2.0.1760_x64.tgz, which is referred to as Intel® SDK for OpenCL™ Applications 2016 R2 for Linux* (64 bit), either based on previous setup or on a fresh Ubuntu;
after I modify the /etc/ld.so.conf.d/ rules and do sudo ldconfig, there is even no platform can be detected, along with clinfo reporting:
I: ICD loader reports no usable platforms
Many thanks.
Jue