You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MEX matlab/+caffe/private/caffe_.cpp
Warning: Legacy MEX infrastructure is provided for compatibility; it will be removed in a future version
of MATLAB. For more information, consult the MEX release notes http://www.mathworks.com/help/matlab/release-notes.html.
/usr/bin/ld: skipping incompatible /opt/AMDAPPSDK-3.0/lib/x86/libOpenCL.so when searching for
-lOpenCL
/usr/bin/ld: cannot find -lOpenCL
/usr/bin/ld: cannot find -lclBLAS
collect2: error: ld returned 1 exit status
mex: link of ' "matlab/+caffe/private/caffe_.mexa64"' failed.
make: *** [matlab/+caffe/private/caffe_.mexa64] Error 255
I really appreciate any help you can provide
The text was updated successfully, but these errors were encountered:
MEX matlab/+caffe/private/caffe_.cpp
Warning: Legacy MEX infrastructure is provided for compatibility; it will be removed in a future version
of MATLAB. For more information, consult the MEX release notes http://www.mathworks.com/help/matlab/release-notes.html.
/usr/bin/ld: skipping incompatible /opt/AMDAPPSDK-3.0/lib/x86/libOpenCL.so when searching for
-lOpenCL
/usr/bin/ld: cannot find -lOpenCL
/usr/bin/ld: cannot find -lclBLAS
collect2: error: ld returned 1 exit status
mex: link of ' "matlab/+caffe/private/caffe_.mexa64"' failed.
make: *** [matlab/+caffe/private/caffe_.mexa64] Error 255
I really appreciate any help you can provide
—
Reply to this email directly or view it on GitHub #33.
Hi
When I use
$ make matcaffe
I recieve the following error
I really appreciate any help you can provide
The text was updated successfully, but these errors were encountered: