lppcom / opencl-book-samples

Automatically exported from code.google.com/p/opencl-book-samples
0 stars 0 forks source link

Misleading specification for region in clEnqueueReadBufferRect docs (ch. 7 p. 270) #64

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
The chapter is misleading in its description of region as "(width, height, 
depth) in bytes" when in fact the specification is "(width in bytes, height in 
rows, depth in slices)". This could probably stand to be explicitly spelled out 
for *all* the inputs where this is the case.

Original issue reported on code.google.com by chen...@gmail.com on 25 Jan 2012 at 11:16