Author

Topic: ATI Stream SDK v2.1 (Read 3099 times)

full member
Activity: 196
Merit: 100
Web Dev, Db Admin, Computer Technician
May 23, 2012, 09:11:16 AM
#3
I went back to AMD SDK v2.4 and now I'm having trouble with this.

Code:
Error -1001: clGetPlatformIDs failed (no OpenCL SDK installed?)

In my AMD-APP-SDK-v2.4-lnx64 directory I have :

Code:
/lib/x86_64$ ls
libamdocl64.so  libGLEW.so libglut.so  libOpenCL.so  libOpenCL.so.1

The procedure I used to install 2.4 is in OP. I'll walk through the procedure again and see what happens. :shrugs:

Edit: Reinstalled and all is working goooood. whew!

Now I just have to learn to install ATI Stream v2.1 properly.
legendary
Activity: 1344
Merit: 1004
May 22, 2012, 09:54:40 PM
#2
Looks like linux. In windows its as simple as running ati-stream-sdk-v2.1-vista-win7-64\Packages\Apps\ATIStreamSDK_Dev_win764a\ATIStreamSDK_dev.msi and bam, 2.1 sdk installed. Can't help you though, sorry Tongue
full member
Activity: 196
Merit: 100
Web Dev, Db Admin, Computer Technician
May 22, 2012, 05:02:06 PM
#1
Having some trouble getting v2.1 working. I followed Kano's guide, for v2.4, to install v2.1. I don't know if this is a bad idea. Reading through some other threads it appears v2.1 requires a different process. Could someone explain the install process for v2.1?

What I did:
Code:
cd /opt
tar -xvzf /home/user/ati-stream-sdk-v2.1-lnx64.tgz
cd ati-stream-sdk-v2.1-lnx64.tgz
cp -av lib/x86_64/* /usr/lib
rsync -avl include/CL/ /usr/include/CL/
tar -xvzf icd-registration.tgz
rsync -avl etc/OpenCL/ /etc/Open/CL/
ldconfig

To correct my difficulty I then did:
https://bitcointalksearch.org/topic/ubuntu-natty-narwhal-1104-mining-guide-howto-7514

Code:
sudo sh -c 'echo "/opt/ati-stream-sdk-v2.1-lnx64/lib/x86_64/" >> /etc/ld.so.conf.d/local.conf'
This got it to work, but not 100%. To test, I installed oclvanitygen which runs on one core, claiming BFI_INT failed. When I try to run additional cores it exits on error.
Code:
Build log:
sh: /bin/x86_64/clc: not found
Jump to: