taka-no-me / android-cmake

CMake toolchain file and other scripts for the Android NDK
1.22k stars 438 forks source link

Adding fp16 support #103

Closed Yangqing closed 4 months ago

Yangqing commented 6 years ago

I tried to follow the same protocol that existing code use to support fp16. For many deep learning libraries such as https://github.com/Maratyszcza/nnpack , fp16 provides a good win performance wise.