Post
Topic
Board Mining support
Re: ./CLInfo only shows CPU!
by
vulgata
on 27/08/2011, 21:17:00 UTC
Thanks for your reply, but I've already done those a million times :/

Hello,

make sure that you have extracted the SDK License.
(I think this was like, cd /; tar xvf /path/to/amdsdk/icd-registration.tgz)

Code:
/etc/OpenCL/vendors $ ls
atiocl32.icd  atiocl64.icd  nvidia.icd

And you have to check if you added the SDK Variables to your enviromnent,
I just added /opt/AMD-APP-SDK-v2.4-lnx64/lib/x86_64 to my /etc/ld.so.conf.
Seems to work too. (read the pdfs in the doc folder of the sdk if in doubt)


My .bashrc:

Code:
export LD_LIBRARY_PATH=/opt/ati-stream-sdk-v2.1-lnx64/lib/x86_64:$LD_LIBRARY_PATH
export ATISTREAMSDKROOT=/opt/ati-stream-sdk-v2.1-lnx64
export ATISTREAMSDKSAMPLESROOT=/opt/ati-stream-sdk-v2.1-lnx64