I have a notebook with ATI Mobility Radeon HD 5650, and want to use the card for computing =) After installing AMD APP SDK v.2 (installation was OK) I tried to run code samples, provided with AMD. But there is a problem: when I run a sample, it doesn't find my ATI card - in the list of available OpenCL devices there is only CPU (Intel Core i5), but not GPU. How to solve this problem and run some code on GPU?
3 Answers
I have the same problem in my Acer 3820TG. However, the OpenCL programming is needed the driver version over 8.753.1. It seems that Acer doesn't support in currently.
One way to overcome this problem is to force install the newer mobility drivers from AMD.
You can follow the the steps from: http://www.sevenforums.com/drivers/177042-force-install-drivers.html
and then try the related-stable driver to install. (It means it also supports the HD5650-M , but it is different SUBSYS num.)
In my testing, don't install the newest driver(Or you would have the OSDC problem). I install the driver version at about 8.79-8.80(10-11_vista64_win7_64_dd_ccc or 10-12_vista64_win7_64_dd_ccc) and then it seems that it can work.
Not all ATI's GPU support OpenCL, looking into the list of supported devices you can see that this card is not there, neither with beta support. So basically you can only buy different card (what can be rather problematic with a laptop).