Hi
I develop a library that does autotuning of kernels in advance. I've discovered that the value of CL_DRIVER_VERSION is dependent on the current locale, which is problematic because I use the driver version as part of the key when looking up tuning parameters, and so an application running under a different locale will think that it is using a different driver version and needs re-tuning. For example, the CL_DRIVER_VERSION is 1.2.0.76921 in the C locale, but 1.2.0.76,921 in the en_GB.UTF-8 locale. This is on Linux.
Thanks
Bruce