Skip to content
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

cross compilation(version 5) issue #6

Closed
zebrajack opened this issue Aug 2, 2017 · 1 comment
Closed

cross compilation(version 5) issue #6

zebrajack opened this issue Aug 2, 2017 · 1 comment

Comments

@zebrajack
Copy link

zebrajack commented Aug 2, 2017

I did use arm-linux-gnueabihf-gcc5 on rk3288, but still problem occurs
image
Then I add some cflags in makefile as following (I did try -mfloat-abi=softfp -mfpu=neon -march=armv7-a as well)
image
After done that, I successfully compile it with the only warning
image

Finally, when I use pycaffe and test it with "make runtest", it pop up the following error(object has different dimension):

image

I have no idea how to figure it out.

@honggui
Copy link
Contributor

honggui commented Aug 10, 2017

Hi zebrajack,
I do not have the same environment to duplicate the issue. You could set "export BYPASSACL=0xFFFFFFFF"(it means using original caffe), and then run your test again to check if it is the issue of original Caffe or CaffeOnACL.
Best Regards,
Honggui

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants