cancel
Showing results for 
Search instead for 
Did you mean: 

Archives Discussions

edward19
Journeyman III

OpenCL and SDK version problem

Hello everybody. i am having problem checking version of OpenCL and ATI SDK on ubuntu 10.04.
Can anybody tell me how i can do it?

Thanks in advance, Ed.

0 Likes
3 Replies
nou
Exemplar

check CL_DEVICE_VERSION

Just check the properties list supported by clGetDeviceInfo function. You can get info about your device and the OpenCL compiler and runtime easily.

edward19
Journeyman III

Thanks alot guys. That was really helpful. I have done my task, cool

0 Likes