-
Notifications
You must be signed in to change notification settings - Fork 99
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
OPENCL initialization failed - Without GPU support #32
Comments
@ymotola You may run Arm Compute Library test first to check if it support Vivante GC2000 GPU. |
Hi Joey, |
Hello, @honggui Please re-open this thread. Maybe it is not related to the GPU...
If I run "unit_tests/test" from CaffeOnACL with GDB, I get segmentation fault from here:
I can't get a trace further than that. |
@ymotola this version need Arm Compute Library compile with OpenCL, Next version will support Neon only with compile flag. do you have the file bvlc_reference_caffenet.caffemodel in models/bvlc_reference_caffenet? |
I have compiled ACL with OpenCL, this was the only way I could compile the CaffeOnACL. |
at least , caffe report it can't open the file from net.cpp:799 You can see caffe failed to open your model file. |
I checked again, and the file does exists. |
I am working on a iMX6 quad core cpu with Vivante GC2000 GPU.
After building CaffeOnAcl according to installation instructions I try to run the classification example as shown.
No matter what I do, I keep getting:
"OPENCL initialization failed"
I am working with OpenCL and I know it is working properly.
The tests in the CaffeOnAcl - Unit tests also throw segmentation fault after a few successful tasks.
I already Compiled protobuf from scratch and removed opencl_dnn library from my /usr/lib (two solutions that where suggested in some forums) but nothing helps.
Please help!!!
System configuration
Operating system: Yocto - Poky 1.8.2
Compiler: arm-poky-linux-gnueabi-gcc
CUDA version (if applicable): none
CUDNN version (if applicable): none
BLAS: OpenBlas
Python or MATLAB version (for pycaffe and matcaffe respectively): Python 2.7
The text was updated successfully, but these errors were encountered: