Forum Discussion
Altera_Forum
Honored Contributor
12 years ago --- Quote Start --- I never got that error message, although I do get a "Real-time signal 10" or "-10" when I enqueue too many kernel calls in a row. How many kernel calls do you perform per execution? It might be motivated by a similar reason. --- Quote End --- Hi andradx, I have 9 kernels that are called multiple times for each frame. total number of kernel calls per frame is around 150. I call clFinish after each kernel enqueue due to timing purposes.