cancel
Showing results for 
Search instead for 
Did you mean: 

Archives Discussions

cyndwith
Journeyman III

Multiple read buffer operations for a single kernel???

I have a kernel with processes the input and gives multiple resuts....

i use kernel read buffer operation three time to read the data...using events to wait for each read...

it is giving unexpected output....can anybody help...is it ok if we do multiple reads from single kernel???

0 Likes
7 Replies
nou
Exemplar

post at some pseudo code what are you exactly doing. it is not clear from your description.

0 Likes
notzed
Challenger

You can read buffers however many times you want in whatever order you want.

If you're getting the wrong results, you have a bug.

0 Likes
cyndwith
Journeyman III

thank you...i was able to figure out the problem...:)

0 Likes
cyndwith
Journeyman III

i have some problem with accesses image.....

do we have any special sampler which can allows us to access image row wise and colum wise??

i have not worked much with image data types any good example in the sdk sample to work out with??

thank you

0 Likes

Hi cyhdwith,

I think we have not this kind of special sampler.

0 Likes
cyndwith
Journeyman III

ok...thanks...then is there any way we can access on the rows or colums only once...

0 Likes

There is no such kind of API, I think.

0 Likes