KhronosGroup / OpenCL-Headers

Khronos OpenCL-Headers
Apache License 2.0
666 stars 236 forks source link

#include <libclew/ocl_init.h> #185

Open xeeek opened 2 years ago

xeeek commented 2 years ago

Hello, where can I find #include <libclew/ocl_init.h>? I can't find it anywhere on the Internet.

bashbaug commented 2 years ago

Hi, I'm familiar with "clew":

https://github.com/martijnberger/clew

I don't see this file anywhere in the source tree though. Where do you see this file being included? Are you sure it is still needed? In the latest versions of "clew" - which are still a bit old! - the initialization function is in the main header:

https://github.com/martijnberger/clew/blob/master/include/clew.h#L2873