lppcom / opencl-book-samples

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

Typo in description of ptr (Ch. 7 p. 261) #62

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
The description of "ptr" for clEnqueueReadBuffer currently reads "A pointer 
into host memory where the read data is to written to." It probably should be 
"data is to *be* written to" or just "data is written to."

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