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

Chapter3/OpenCLConvolution needs a copy of Convolution.cl

Open TheWizardGwonam opened this issue 9 years ago • 0 comments

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

TheWizardGwonam avatar Nov 20 '15 20:11 TheWizardGwonam