opencl-book-samples
opencl-book-samples copied to clipboard
Automatically exported from code.google.com/p/opencl-book-samples
``` Chapter2 page 40. The prerequisites of Microsoft Windows "Intel provides an implementation of OpenCL as well, but currently only for CPUs that support AUX or SSE4.1", The AUX should...
``` Hi, I'm studying OpenCl and made Sparse matrix multiplcation spmv run under Windows 32/64bis OS; tested with bcsstk35.mtx and consph.mtx. All the changes are ifdefed for _Win32. Also fixed...
``` There is a typo in the second line of the source code listing: "buffer = clCreate(..." In general the code is a bit confusing since the mentioned intention is...
``` This is a typo on page 342. At the very end of the first paragraph, "clFinish()" is said to be called after the "clEnqueueReleaseGLObjects()" call. I believe "clFinish()" should...
``` This is a typo on page 341 The last paragraph of the page is an exact copy of the third paragraph from the bottom. I believe the author intended...
``` This is a typo on page 340. On the second line from the *bottom* of the page, variable name "vbo_cl_mem" should be "cl_vbo_mem" Thanks. ``` Original issue reported on...
``` Hello I was looking at the book that you guys wrote. In chapter 21, on matrix multiplication, I am afraid but the indexes for accessing the array data are...
``` INCORRECT gentype cospi(gentype x) Compute cos(px). CORRECT gentype cospi(gentype x) Compute cos(x) /p. ``` Original issue reported on code.google.com by `[email protected]` on 10 Sep 2011 at 7:51
``` 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: "......
``` This is a typo in the book's text. Page 253, the boxed definition of "clCreateSubBuffer" function: The definition of the parameter "buffer_create_info" reads: "Combined with buffer_create_info, describes the ..."...