I get an error when trying to compile an example on this site https://www.eriksmistad.no/getting-started-with-opencl-and-gpu-computing Compiled through a terminal with Xcode installed on a MacBook Air 2017 where, like me I understand, OpenCL libraries should be installed by default. The command to compile gcc main.c -o vectorAddition -l OpenCL

    0