-
Notifications
You must be signed in to change notification settings - Fork 152
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
system spec #24
Comments
I've tried a bunch of different drivers but the only ones that seem to work for me are the 2:15.200 versions from sudo apt-get install fglrx-updates fglrx-updates-core fglrx-updates-dev fglrx-amdcccle-updates. One other thing to try that helped for me was I ran "make install" after "make all" when building clBLAS before running the tests. With my current setup I'm just using the precompiled 2.4 binaries anyway though, so that's not a factor. I have Tahiti cards, and I think the improvements after 2.4 are mostly targeted at Hawaii and Fiji. I'll hop on that computer and edit in those outputs in a minute.
Linux 10 3.19.0-25-generic #26~14.04.1-Ubuntu SMP Fri Jul 24 21:16:20 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux
LD_LIBRARY_PATH=/opt/AMDAPPSDK-3.0/lib/x86_64/:/usr/lib32:/home/nathan/Downloads/acml/y/ifort64/lib:/home/nathan/Downloads/clBLAS-2.4.0-Linux-x64/lib:/home/nathan/Downloads/clBLAS-2.4.0-Linux-x64/lib64:/home/nathan/Downloads/acml/y/ifort64_mp/lib/libacml_mp.so
Desired=Unknown/Install/Remove/Purge/Hold
Desired=Unknown/Install/Remove/Purge/Hold
fglrx 12460032 358
display: :0 screen: 0
Number of platforms: 1 Platform Name: AMD Accelerated Parallel Processing Device Type: CL_DEVICE_TYPE_GPU Device Type: CL_DEVICE_TYPE_GPU Device Type: CL_DEVICE_TYPE_GPU Device Type: CL_DEVICE_TYPE_CPU
g++ (Ubuntu 4.8.4-2ubuntu1~14.04) 4.8.4 /usr/bin/gcc --version gcc (Ubuntu 4.8.4-2ubuntu1~14.04) 4.8.4
lrwxrwxrwx 1 root root 15 Aug 18 06:12 /usr/lib32/fglrx/libAMDXvBA.so -> libAMDXvBA.so.1
/etc/alternatives/libblas.so
update-alternatives: error: no alternatives for libOpenCL.so
update-alternatives: error: no alternatives for libOpenCL.so.1 I am still having issues with caffe but with this configuration for me it does successfully complete clBLAS's test-functional. |
@mpekalski sorry that I came to your question late. what is your current status? |
I managed to set up everything. Some tests of clBLAS are still failing. For OpenCL I only managed to run quick-test for cifar10 and it seems to work fine. Anyway, thanks for having a look. |
I started to set up a system from a scratch and now I am having a bit of a problem setting up clBLAS like in which order should I install different dependencies, which versions are proffered over the others etc. It compiles, but then when I run test-functional or test-correctness it does not go far. So I would be grateful if somebody who has clBLAS running could run a couple of commands below and provide me with an output. It basically gives the version of drivers, system, libraries and their location.
I am trying to set it up on lubuntu 15.04 with Radeon 290. Or maybe some other system is more friendly with AMD's drivers?
EDIT: I had OpenCL-caffe and clBLAS repos opened in two tabs and I posted this in the wrong one. My mistake, sorry for that.
The text was updated successfully, but these errors were encountered: