OpenCl on Macbook AIR

Hey Guys,

I am developing for my university project a OpenCL c++ based project on GPU. My Mac (High sierra 10.13.4) has support for OpenCl and I was able to run my OpenCl programs in C.
Now my university wants me to do it in C++.

I am not able download OpenCl C++ library and run it on my Mac. Please help me out. The deadlines are fast approaching hope somebody might help me out.

Thanks in advance.

Regards.

The Khronos C++ header works with Xcode, but it’s only a C++ wrapper around the OpenCL host API. To use C++ kernels, you need OpenCL 2.x, which Apple does not support.