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."
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."