🎉 Celebrating 25 Years of GameDev.net! 🎉

Not many can claim 25 years on the Internet! Join us in celebrating this milestone. Learn more about our history, and thank you for being a part of our community!

CLK_DEVICE_QUEUE_FULL

Started by
0 comments, last by _Flame_ 5 years, 8 months ago

Hello.

What would be the best way to handle such error of enqueue_kernel, let's say for sort algorithm? Loop until it returns success?

One problem with this approach that parent kernels can grab all resources and hence loops will be infinite.

This topic is closed to new replies.

Advertisement