Fedora 21 officially supports OpenCL on intel using the open-source beignet/intel project:
sudo yum install beignet clinfo
Code: Select all
$ clinfo
Number of platforms 2
Platform Name Intel Gen OCL Driver
Platform Vendor Intel
Platform Version OpenCL 1.2 beignet 1.0.0
Platform Profile FULL_PROFILE
Platform Extensions cl_khr_global_int32_base_atomics cl_khr_global_int32_extended_atomics cl_khr_local_int32_base_atomics cl_khr_local_int32_extended_atomics cl_khr_byte_addressable_store cl_khr_icd
Platform Name Clover
Platform Vendor Mesa
Platform Version OpenCL 1.1 MESA 10.4.1
Platform Profile FULL_PROFILE
Platform Extensions cl_khr_icd
Platform Name Intel Gen OCL Driver
Number of devices 1
Device Name Intel(R) HD Graphics IvyBridge GT2
....
In Preferences > Hardware acceleration, I can see ASP detects support from OpenCL in the system and I can select "Use OpenCL" (Platform = Intel)
When I enable OpenCL and restart ASP, it gives an error: "A problem has occurred with your OpenCL device. OpenCL has been disabled. The program will now restart".
Known issue? Wondering if anybody succeeded activating OpenCL in ASP using Intel graphics?
