opencl-book-samples
opencl-book-samples copied to clipboard
Automatically exported from code.google.com/p/opencl-book-samples
``` In the call to clCreateBuffer the type is specified as "CL_MEM_READ", which should be "CL_MEM_READ_ONLY". ``` Original issue reported on code.google.com by `[email protected]` on 25 Jan 2012 at 11:19
``` 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...
``` In the code listing, the "inline void" part of the definition of the checkErr function is printed on the comment line above. ``` Original issue reported on code.google.com by...
``` 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*...
``` On page 259, in the source listing at the top, the default case is missing a colon. ``` Original issue reported on code.google.com by `[email protected]` on 25 Jan 2012...
``` In the table of built-in math functions, the "ceil" function is not in boldface. It is unclear it this is supposed to indicate some property of the function, or...
``` In the source code listing on pages 254-256, which is supposed to demonstrate the use of clCreateSubBuffer(), the creation of the sub-buffers does not appear to be included. Only...
``` In footnote 2 of chapter 3, the first sentence reads "For simplicity, the example in Listing 3.3 admits the handling..." -- I believe what is intended is "...Listing 3.3...
``` The given code is : std::cout
``` Is this errata for the book or an issue with the source code? Source code. If errata, please describe the problem in the book (with page number). If this...