Hello, can some tell me what the script generate.sh in here do
https://github.com/opencv/opencv/blob/873884aa47490ecbe8fda2aa92dbbeefbe05b00d/modules/core/src/opencl/runtime/generator/generate.sh
I am unable to find any documentation regarding this
Edit:
This seems to have something to do with building OpenCV with OpenCL1.1 which I need to do and currently cant by just changing the include path for OpenCL (I get build errors for some APIs which are in 1.2 but absent in 1.1)
And I think this would in-turn generate some of the files in opencv/modules/core/src/opencl/runtime/autogenerated
↧