-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
怎么在hisi 3519上编译ncnn? #54
Comments
@nihui 我就用了Cmakelist生成makefile,并在src、Cmakelist.txt的37行增加了 OR (Linux AND ("${CMAKE_SYSTEM_PROCESSOR}" STREQUAL "armv7")),也没在生成的 layer_declaration.h 里头是 |
新建一个arm.toolchan.cmake. 然后mkdir build_arm ;cd build_arm;cmake ..;make |
海思3519我没有试过,3536试了,450ms。 |
@whtc123 你这个450ms是跑的什么网络,另外你测试的是单线程还是多线程? |
@ctgushiwei squeezenet 单线程 |
这时候,你需要Hi3559A,内置NPU,GoogleNet 10ms,VGG-SSD 89ms ^0^ |
@BUG1989 GoogleNet 10ms,VGG-SSD 89ms是在什么条件下测试得到的啊?图片分辨率多少啊? |
@ehancen Hi3559A SDK中的例程 |
你好,请问怎么在hisi 3519上编译ncnn,是armv7架构,而且怎么样才能保证用到arm下面的neon和汇编?
The text was updated successfully, but these errors were encountered: