Running OpenCl on Llano can it be done? |
| log in |
Message boards : Problems and Bug Reports : Running OpenCl on Llano can it be done?
| Author | Message |
|---|---|
|
Hello 11.12.2011 19:59:39 | | ATI GPU 0: AMD SUPERSUMO (CAL version 1.4.1607, 512MB, 479MB available, 512 GFLOPS peak) The Opencl divice lists that the GPU has 1GB RAM. But the WU won't start. | |
| ID: 111543 | | |
|
I've been trying on an AMD Fusion E350 box too. I have the latest drivers; updated to the AMD SDK 2.5 and have 1GB of VRAM. BOINC is working fine for me and sending the GPU work. | |
| ID: 111556 | | |
|
Hi Gaurav! I've been trying on an AMD Fusion E350 box too. I have the latest drivers; updated to the AMD SDK 2.5 and have 1GB of VRAM. BOINC is working fine for me and sending the GPU work. I suspect your environment setup is not complete, that lib should have been removed from the resp. directory. See this document: http://developer.amd.com/sdks/amdappsdk/assets/AMD_APP_SDK_Installation_Notes.pdf Section 3:
3 Important Note
• For a successful build and correct operation of individually downloaded s when using the Linux
Catalyst 11.11 drivers or later and the Linux AMD APP SDK 2.5, delete the old 2.5 runtime
files from /opt/AMDAPP/ .
To do this for 32-bit Linux OS:
a. Go to /opt/AMDAPP/lib/x86.
b. Delete the libamdocl32.so and the libOpenCL.so.1 files.
c. Create a symlink under /usr/lib using the command
# ln –s libOpenCL.so.1 libOpenCL.so
To do this for 64-bit Linux OS:
a. Go to /opt/AMDAPP/lib/x86.
b. Delete the libamdocl32.so and the libOpenCL.so.1 files.
c. Go to /opt/AMDAPP/lib/x86_64.
d. Delete the libamdocl64.so and the libOpenCL.so.1 files.
e. Create a symlink under /usr/lib using the command
# ln –s libOpenCL.so.1 libOpenCL.so
f. Create a symlink under /usr/lib64 using the command
# ln –s libOpenCL.so.1 libOpenCL.so
CU HBE P.S.: It escapes me why this cannot be done by the driver installer (at least it could issue a warning.... ____________ | |
| ID: 111558 | | |
|
Thanks, HBE. Unfortunately, this does not appear to be the problem, it seems. I am planning to experiment with slightly older drivers (11.5 -- 11.10) to see if anything by chance just works out .. | |
| ID: 111564 | | |
|
An update: With the the just-released 11.12 catalyst, I actually have things working on the APU! I seem to have a minor problem left to address. After the first data-set processing in a workunit is complete, it is unable to start the next one. For example see below: | |
| ID: 111611 | | |
|
This is a problem Oliver needs to look into, which means it won't be fixed this year. | |
| ID: 111616 | | |
Message boards :
Problems and Bug Reports :
Running OpenCl on Llano can it be done?