Open GoogleCodeExporter opened 8 years ago
The problem is that I was using Ubuntu 10.04 and the supported versions are
11.xx
Original comment by aripak...@gmail.com
on 24 Jan 2012 at 6:32
I get this error when running and i am using 12.04, any help?
Original comment by caspercp...@gmail.com
on 3 Oct 2012 at 12:27
The file is simply missing from the build directory
Original comment by caspercp...@gmail.com
on 3 Oct 2012 at 1:03
[deleted comment]
The kernel file Convolution.cl is read at run time of the executable
OpenCLConvolutionChap3, so must be present in the same folder as that
executable. In the HelloWorld example of Chapter 2, the HelloWorld.cl file is
read into a string at compile time of the HelloWorld executable, so this was
not an issue there.
Having a separate build tree for these examples isn't necessary, since these
examples can be built simply in the src tree itself. For example in the
src/Chapter_3/OpenCLConvolution folder (on a Mac) by
$ c++ -o OpenCLConvolutionChap3 -framework openCL Convolution.cpp
and then running the example with
$ ./OpenCLConvolutionChap3
gives the proper output.
Original comment by haj.kos...@gmail.com
on 11 Jan 2014 at 12:52
Original issue reported on code.google.com by
aripak...@gmail.com
on 24 Jan 2012 at 4:30