Maratyszcza / NNPACK

Acceleration package for neural networks on multi-core CPUs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Issue compiling NNPACK with NEON backend for armv7s architecture of iOS

dipidoo opened this issue · comments

BLAS microkernels require VFP4 for armv7s architecture which needs a different FPU compile flag (neon-vfpv4) than currently used (neon-fp16).