-
Notifications
You must be signed in to change notification settings - Fork 75
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
'cortex-a77' is not a recognized processor for this target (ignoring processor) #944
Comments
可以提供一下编译指令吗? |
在转yolov3模型的时候报上述错误,指令如下: |
有两种办法: ./bin/halo -target cxx mnist_simple.pb -emit-data-as-c -o a.cc |
谢谢,1方法貌似有点问题,2成功了
'cortex-a77' is not a recognized processor for this target (ignoring processor) root@localhost:/home/wx/HALO-0.8.0-Linux/bin# ls mnist root@localhost:/home/wx/HALO-0.8.0-Linux/bin# ls mnist 2.可以成功 |
方法1: ./halo -target aarch64-cxx |
看后面,前面是对比,后面没产生文件 |
奇怪,我是可以产生的。 |
好吧~两个的打印在BasicBlock后面有点不一样,不知道是否正常? |
应该没关系 |
在Ubuntu+arm64上编译出halo,转模型报上述错误。
'cortex-a77' is not a recognized processor for this target (ignoring processor)
link阶段, bin文件不认
/usr/bin/ld: unknown architecture of input file `yolo.bin' is incompatible with aarch64 output
halo支持arm64吗
The text was updated successfully, but these errors were encountered: