[llvm-dev] clbuildprogram error -44
Enrique González via llvm-dev
llvm-dev at lists.llvm.org
Mon Dec 2 05:02:05 PST 2019
Dear all,
I am trying to run an executable that uses an OpenCL code to render an
image.
In compilation, it does not give any error, but when I run the executable,
it returns the error number "-44" from the function clBuildProgram():
Input: ./build.sh
Input: ./clrenderer warp.cl
Output: failed to build program: -44
The program is written in C code. I am using a Virtual Machine with Ubuntu
18.04 and I have installed the Intel SDK as platform for OpenCL.
I attach the github link to the project I refer below:
https://github.com/pimpale/c-opencl-raymarcher
Thanks in advance
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20191202/93ef91d9/attachment.html>
More information about the llvm-dev
mailing list