opencl-book-samples
opencl-book-samples copied to clipboard
Bug in example code (ch. 7 p. 271)
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