could not load symbol "clHostMemAllocINTEL":
~/.julia/artifacts/c99d19d2f6dd75af3e997c4ecc4ac85e410cb7a7/lib/libOpenCL.so: undefined symbol: clHostMemAllocINTEL
To reproduce:
using OpenCL
error = Ref{Int32}()
al = cl.clHostMemAllocINTEL(cl.context(), C_NULL, 10000, 1, error)
Could this be an issue in using the function itself (wrong parameters or something)? 🤔