Maratyszcza / NNPACK

Acceleration package for neural networks on multi-core CPUs
BSD 2-Clause "Simplified" License
1.67k stars 315 forks source link

enables NEON backend for armv7s #181

Closed dipidoo closed 4 years ago

dipidoo commented 4 years ago

armv7s architecture of iOS supports VFPv4 so it is compatible with current NEON backend of NNPACK. However, the FPU selection must be set to neon-vfpv4 for the BLAS microkernels to compile and run successfully.

180