opencl-book-samples
opencl-book-samples copied to clipboard
Automatically exported from code.google.com/p/opencl-book-samples
Hi, For documentation purpose and project release process we need the Export control classification number(ECCN) for opencl if it applies. Can you please let me know the ECCN ?
there is some index error in the convolution example.
I used the instruction in the readme but lot of build error resulted. I summarized my effort in my private blog. Can you see what has gone wrong? https://gnwp000.wordpress.com/2019/02/18/open-cl-compilation-effort/ https://community.amd.com/message/2899992
trying to build examples > mkdir build > cd build > cmake .. > make > Unfortunately end up with build errors, can you help what might go wrong? ```...
``` 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...
``` In chapter 21, the example proposed is a "multiplication of A times B with the result added into C" (p.499) This function is then presented as C = C...
After making program for chapter 3, and attempting to run with: ~/opencl-book-samples-master/build/src/Chapter_3/OpenCLConvolution# ./OpenCLConvolutionChap3 got the error report: ERROR: reading Convolution.cl (-1) Simple fix is to copy "Convolution.cl" into "build/src/Chapter_3/OpenCLConvolution."
``` Is this errata for the book or an issue with the source code? Book and source. Chapter 7, Section: Creating Buffers and Sub-Buffers, page: 251 Book: Performing square kernel...
``` I spotted two errors in the book regarding the residual error equation (Optical flow, p 470) The double summation currently has this expression (I(x,y) - J(x+dx+dy))^2, but I think...