solrex / caffe-mobile

Optimized (for size and speed) Caffe lib for iOS and Android with out-of-the-box demo APP.
Other
317 stars 121 forks source link

How to build .so file for android which ABIS is armeabi? #9

Closed husteleven closed 7 years ago

husteleven commented 7 years ago

Hello The ABIS of my phone is armeabi whice doesn‘t match your ABIS in .so file, and so can not run your demo. Could you have any idea to build the .so file for android which ABIS is armeabi?

solrex commented 7 years ago

@husteleven This commit solved your question: https://github.com/solrex/caffe-mobile/commit/a55c746909b76d8b898545b9e7aa68f820cbbd00

armeabi is slower than arm64-v8a, but working. However, armeabi-v7a (with NEON) still has some problem with OpenBLAS.