opencl-book-samples icon indicating copy to clipboard operation
opencl-book-samples copied to clipboard

Automatically exported from code.google.com/p/opencl-book-samples

Results 81 opencl-book-samples issues
Sort by recently updated
recently updated
newest added

``` The explenation for the behavior of the assignment operator is incorrect. Please see attached file for clarification and focus. In case the lvalue is a vector type, and the...

auto-migrated
Type-Errata
Priority-Medium

``` The sample code on page 129 contains an incorrect explenation regarding the widened scalar 'a'. Please see attached file for clarification. The correct comment should either be: // vc.x...

auto-migrated
Type-Errata
Priority-Medium

``` The exact same example appears twice on page 123. See attached file. ``` Original issue reported on code.google.com by `[email protected]` on 6 Aug 2011 at 9:52 Attachments: - [err_ch4_pg123.png](https://storage.googleapis.com/google-code-attachments/opencl-book-samples/issue-12/comment-0/err_ch4_pg123.png)

auto-migrated
Type-Errata
Priority-Medium

``` The sample explicit cast at the top of the page contains an incorrect comment about the result of the cast: uchar4 vtrue =(uchar4)true; // vtrue is a uchar4 vector...

auto-migrated
Type-Errata
Priority-Medium

``` Is this errata for the book or an issue with the source code? Source Code. I am having a problem with the source code. Here is my environment. Windows...

Type-Defect
auto-migrated
Priority-Medium

``` Figure 3.2 is meant to illustrate the process of convolution. However, wrong values in the 'result' matrix, may confuse the unsespecting reader. These are the errors in the figure:...

auto-migrated
Type-Errata
Priority-Medium

``` The code example on page 88 contains a miss-use of a returned value from a call to clGetContextInfo() with param_name = CL_CONTEXT_DEVICES. The returned 'size' is already the size...

auto-migrated
Type-Errata
Priority-Medium

``` Listing 3.1 on page 66 contains an incorrect comment above the 2nd call to clGetPlatformIDs(). This is probably a copy&paste issue, as the comment is a repeat of the...

auto-migrated
Type-Errata
Priority-Medium

``` The sample code for chapter 2 contains a potential memory leak in function CreateCommandQueue(). The function returns without releasing an internally allocated buffer, in case an error occured while...

auto-migrated
Type-Errata
Priority-Medium

``` Table 3.1, on page 65, contains a wrong description for the info type CL_PLATFORM_EXTENSIONS. The table reads: "OpenCL version string." where it shoud actually be: "Comma-seperated list of extensions...

auto-migrated
Type-Errata
Priority-Medium