Free OpenCL ICD Loader available
Brought to you by:
rayrayson,
ron_chen_123
Hi,
I saw in Khronos forum that you were looking for a free OpenCL ICD Loader
http://www.khronos.org/message_boards/viewtopic.php?uid=13549&f=41&t=4118&start=0
We implemented a free (BSD Licence) ICD Loader. The project is here:
https://forge.imag.fr/projects/ocl-icd/
And I uploaded it into Debian (so it is also available into Ubuntu).
It is based on the specification available here:
http://www.khronos.org/registry/cl/exte ... hr_icd.txt
And missing information have been guessed by observation of current implementation
(all is in the sources, so new functions can easily be added when a non-free ICD Loader implement them)
Feedback and patches welcome.
Regards,
Vincent