-
Notifications
You must be signed in to change notification settings - Fork 96
Description
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