cancel
Showing results for 
Search instead for 
Did you mean: 

Archives Discussions

Lyven
Journeyman III

OpenCL expires

My console already showed it a long time: 

Build kernel....For tests only: Expires on Sun feb 28 00:00:00 2010

which is today. And I can't compile my programs anymore. If I change the date of my computer to yesterday, I can.

What's this about?

 

greetz

 

0 Likes
3 Replies
omkaranathan
Adept I

Lyven,

Seems you are using an old version. Update to SDK 2.01

http://developer.amd.com/gpu/ATIStreamSDK/Pages/default.aspx

0 Likes

Okay, so I uninstalled everything from ATI stream and installed the sdk v2.01. My code compiled and runned perfectly in the old configuration. Now I can't compile my program. It stucks on this line in my code

 

oclHandles.context = cl::Context(CL_DEVICE_TYPE_CPU, NULL, NULL, NULL, &err);

 

Anyone can help?

 

thx in advance

 

Lyven

0 Likes

You have to change your code written for previous releses to comply with OpenCL ICD requirements.

This KB artile will give you detailed info.

http://developer.amd.com/support/KnowledgeBase/Lists/KnowledgeBase/DispForm.aspx?ID=71

0 Likes