
Cloo bug : ComputeJobQueue : Read
Posted Thursday, 31 December, 2009 - 13:19 by viewon01 inHi,
I have discover a bug into Cloo class "ComputeJobQueue : Read"
You declare the 'size' parameter but you use the 'buffer.ByteSize' to call clEnqueueReadBuffer.
It is a problem, when (by example) we read a chunk at a time... I think you should replace it with new 'IntPtr(size * sizeofT)'
Is it correct ?
Thanks


Comments
Re: Cloo bug : ComputeJobQueue : Read
Most valuable observation. Fixed along with two more bugs.
I'll refresh my online repository as soon as I recover from the usual new year's eve drinking contest.
I can't grab the mouse properly, right now.