zif520 / opencl-book-samples

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

Typo at page 313 #37

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
This is a typo in the book's text.

Page 313, the paragraph right before the boxed prototype of the function 
"clEnqueueBarrier()"

The very end of this paragraph reads:
"... single queue using the clBarrier() function:"
should read
"... single queue using the clEnqueueBarrier() function:"

Thanks.

Original issue reported on code.google.com by toygarak...@gmail.com on 9 Sep 2011 at 10:29