Login  Register

CLImage2D example program - Exception while executing kernel (Some Observations) -- SOLVED

Posted by suleman on Apr 27, 2011; 11:10am
URL: https://forum.jogamp.org/CLImage2D-example-program-Exception-while-executing-kernel-Some-Observations-SOLVED-tp2870005.html

Hi,

With reference to my previous topic "CLImage2D example program - Exception while executing kernel", i have did experimented using very small images (even 16 * 16 pixels), but the same exception occurs

One interesting thing, which i found is that when i use queue.putReadImage(imageB,true); the exception occurs but when i use non blocking read e.g.  queue.putReadImage(imageB,false); then there is no exception.

Any idea?

Thanks a lot