amd / OpenCL-caffe

This is a Experimental version of OpenCL by AMD Research, we now recommend you to use The official BVLC Caffe OpenCL branch is over at Caffe branch now at https://github.com/BVLC/caffe/tree/opencl
Other
517 stars 152 forks source link

libclBLAS.so.2 cannot open #46

Closed Jingsnow closed 8 years ago

Jingsnow commented 8 years ago

please answer me. When I run the mnist examples, I start this command: sh examples/mnist/create_mnist.sh, while it failed. The error is: libclBLAS.so.2: cannot open shated object file: No such file or directory. What I should do? Thanks.

gujunli commented 8 years ago

Did you build clblas successfully? Set up the path? Junli

Sent from my iPhone

On May 25, 2016, at 8:23 PM, Jingsnow notifications@github.com wrote:

please answer me. When I run the mnist examples, I start this command: sh examples/mnist/create_mnist.sh, while it failed. The error is: libclBLAS.so.2: cannot open shated object file: No such file or directory. What I should do? Thanks.

— You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub

alanoluo commented 8 years ago

cp libclBLAS.so.2 /bin/lib

gstoner commented 8 years ago

This was experimental branch of Caffe for OpenCL, we know recommend you use the now official OpenCL port of Caffe in BVLC GitHub Repo at https://github.com/BVLC/caffe/tree/opencl