Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Hi,

I tried to get the face detection run as well and tried to make the facedetect demo run. There was a compiler error in an opencl kernel on my mac using an AMD GPU. I posted my solution for that as the answer to another question here in the forum .

I had to de-comment the line #108 in my code to move the calculations to the GPU however:

//setDevice(oclinfo[0]);

just remove the two // and you the haar detection should run on the GPU.