Maratyszcza / NNPACK

Acceleration package for neural networks on multi-core CPUs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cache&blocking sizes for non-x86

psiha opened this issue · comments

Even after integration with the cpuinfo library the init_hwinfo() function still uses fixed hardcoded values for ARM CPUs.
I guess the same cpuinfo-based code should be used for all architectures (although oddly enough, I tried that locally and got no performance improvement on various phones)...