Forum Discussion
Altera_Forum
Honored Contributor
12 years agoThanks for your answers.
I did try to compile it and it failed using the altera 13.1 version. And yes, clSetEventCallback was added in OpenCL 1.1. I was able to rewrite my code such that the host has an opportunity to wait for kernel completion which made my code less straight forward than using a callback (because it has to "inline" the interleaved execution of multiple kernels); but at least it works for now. Thanks!