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

classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

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

suleman
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
Reply | Threaded
Open this post in threaded view
|

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

suleman

If some body like to run the code himself to figure out the problem i may post complete program code.
Thanks a lot.
Reply | Threaded
Open this post in threaded view
|

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

Wibowit
In reply to this post by suleman
Maybe search for similiar bug report on AMD's forums - http://forums.amd.com/devforum/categories.cfm?catid=390 IIRC there was some similiar bug not so long ago.
Reply | Threaded
Open this post in threaded view
|

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

suleman
Hi,

the problem solved or figured out.
the RGBA channel format if not working on my system.

thanks