Maratyszcza / NNPACK

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

Cache&blocking sizes for non-x86 #156

Open psiha opened 5 years ago

psiha commented 5 years ago

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)...