JDAI-CV / dabnn

dabnn is an accelerated binary neural networks inference framework for mobile platform
Other
769 stars 102 forks source link

non-Android armv8 devices support #8

Closed daquexian closed 5 years ago

daquexian commented 5 years ago

Our code supports armv8 but some cmake codes assume the target system is android, that causes build on armv8 devices fails.

daquexian commented 5 years ago

Fixed in #29