|
This post was updated on .
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
|