How to get error message when running OpenCL kernel

asked 2019-06-30 06:10:51 -0600

Matouš gravatar image

Is there a way to know what caused an OpenCL kernel (cv::ocl::Kernel) run to fail? It's very hard to debug with the run() method only returning false, but not being able to get the reason why it failed...

edit retag flag offensive close merge delete