cancel
Showing results for 
Search instead for 
Did you mean: 

Archives Discussions

antoiovi
Journeyman III

Function not found in OpenCL.dll

Hi to every body.

I'm learnig the use of OpenCl and i'm following the Introductionary Tutorial , using the C++ wrapper.

When I run the program i get the error " impossible to find the entry point for clRetainDevice in OpenCL.dll..";

Opening the the OpenCl.dll with dependency walker i can see that the function clRetainDevice does not exists...

The version of the dll is 1.2.0.0.

The code in the c++ file that generate the error is

cl::vector<cl::Device> devices;

    devices= context.getInfo<CL_CONTEXT_DEVICES>();

I have to load a different dll, or i have to change the code?

0 Likes
1 Solution

Yeah, I guess you are right, they deprecated support for Windows XP: http://devgurus.amd.com/thread/153555

You can download older SDK versions from here: http://developer.amd.com/sdks/AMDAPPSDK/downloads/pages/AMDAPPArchive.aspx

View solution in original post

0 Likes
10 Replies