confused about performance on 8xA53
Closed this issue · 1 comments
wl3b10s commented
i made ncnn with default option and use your benchmark test of squeezenet on 8*A53 CPU in ubuntu 16.04.
i got about 960ms with about 700% CPU usage which means nearly full use of 8 core.
this result is much far behind your performance on A17*4 platform.
do you have any suggestion or advice on what's wrong for my test?
BUG1989 commented
- This repo lib does not support arm linux system platform,which ncnn-lib do you used?
- If you use the arm platform,please make sure that using the ncnn-android lib work on android platform;
- Please try to use single model and report it's timeconsuming result;
- Cortex-A53 is slower than Cortex-A17 in the same freq;
- Good luck!