opencl-book-samples
opencl-book-samples copied to clipboard
Automatically exported from code.google.com/p/opencl-book-samples
``` When explaining the effects of using #ifdef controlled code construction on kernel function headers, the explenation contains a typing error, where the type 'float' appears twice. Once where it...
``` Is this errata for the book or an issue with the source code? Errata If errata, please describe the problem in the book (with page number). If this is...
``` On page 129 (Conditional Operator): "If the result is a scalar value, the second expression, expr2, is evaluated if the result compares equal to 0; otherwise the third expression,...
``` The explenation for the 'atoic_min' set of fuctions appears twice in table 5.14, on both page 197, and on page 198. ``` Original issue reported on code.google.com by `[email protected]`...
``` On page 191, there's a sample code for a kernel called 'smooth'. The 3rd row of the kernel refers to variable 'id' as a buffer, instead of variable 'io'....
``` The second paragraph on page 181 explanes that the token 'ugentype' is used to refer to signed integer types. This is a typo, as this token is used to...
``` Table 5.6 on page 169 lists the set of max() functions twice, once instead of the min() functions. Please see attached file for details. Also, shouldn't the signed versions...
``` At the end of page 168, the last paragraph describes the tokens used in the following table (5.6). The tokens mentioned are 'gentype' and 'ugentype'. However, the table makes...
``` Table 5.4 lists the constant values available in OpenCL C. At the end of the table on page 163, the last two rows describe the constants M_SQRT2(_F) and M_SQRT1_2(_F)....
``` Paragraph talks about enabling write operations for a 3D image, but the example code imediately after enabled the fp64 extension. See attached file for clarification. ``` Original issue reported...