Default Optimization in OpenCL

Hello

I have OpenCL implemenations, I want to turn off default optimizations which are enabled by default, I used the flag “-cl-opt-disable” in clBuildProgram command but it gives me “undefined -cl-opt-disable” error, how can I disable these default optimizations?

“-cl-opt-disable” is the standard way to disable optimizations (section 5.6.3.3 of the spec). If it does not work on a particular implementation of OpenCL you should contact your vendor.