jetpacapp / DeepBeliefSDK

The SDK for Jetpac's iOS Deep Belief image recognition framework
Other
2.87k stars 437 forks source link

Can not build android using Accelerate gemm #51

Open davidtian02 opened 9 years ago

davidtian02 commented 9 years ago

How would i get the library for this on android?

Without this lib, we were able to still get it to compile; however, the speed is many mulitples slower than 650ms on a Samsung Galaxy s5

petewarden commented 9 years ago

Accelerate is a library written by Apple, and is only available for iOS and OS X. You should try using the Eigen library instead, and make sure you have downloaded the latest developer release (not the stable one) since it has a lot more optimizations for ARM now.