https://bugs.winehq.org/show_bug.cgi?id=46470
Alistair Leslie-Hughes leslie_alistair@hotmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever confirmed|0 |1
--- Comment #5 from Alistair Leslie-Hughes leslie_alistair@hotmail.com --- (In reply to Nakarin Khankham from comment #4)
Created attachment 63669 [details] New version of OpenCL 2.1 support patch
Thanks for the patch. Currently the biggest hurdle is that not all the supported Distro support OpenCL 2.1. So, on these platforms, we are just going to have to use #ifdef CL_VERSION_X_X and return a default value.
or dynamically map the functions as required.