OpenCL C/C++ dynamic binding library (win32 and more)
Posted
by
rotoglup
on Stack Overflow
See other posts from Stack Overflow
or by rotoglup
Published on 2011-02-17T15:21:06Z
Indexed on
2011/02/17
15:25 UTC
Read the original article
Hit count: 228
I'm giving a try at OpenCL, and in order to put this in production I'd like to be able to bind dynamically to OpenCL.DLL (when under Windows), in order to handle 'gracefully' the case where no OpenCL is installed on the host computer.
Is there any available library (or code snippet) that takes care of this dynamic binding in C or C++, much like GLEW does for OpenGL ? I'd like to avoid the hassle to do it myself.
Thanks,
© Stack Overflow or respective owner