Hi,
i installed "intel_code_builder_for_opencl_2015_ubuntu_5.0.0.43_x64.tgz" on Ubuntu Linux.
My CPU is an Intel(R) Core(TM)2 Duo CPU T8300.
I cannot find out whether the drivers support this CPU or not based on the documentation. It only states Intel® CoreTM Processors.
I successfully get a plattform id and device id. I also can query the device capabilities with clGetDeviceInfo. Also clGetDeviceInfo reports true for CL_DEVICE_AVAILABLE.
But clCreateContext fails with CL_DEVICE_NOT_AVAILABLE.
So is this CPU supported?
jerry