Hi paddle teams,
在Mac M1上我使用PaddleOCR的cpp inference编译的x86_64版本时,我使用的paddle-inference是官网的 https://paddle-inference-lib.bj.bcebos.com/2.2.1/cxx_c/MacOS/CPU/x86-64_clang_avx_openblas/paddle_inference_install_dir.tgz。
但是最后编译完成后,并执行可执行程序后报错 zsh: illegal hardware instruction。
请问这个是什么原因导致的?
4条答案
按热度按时间qybjjes11#
您好,我们已经收到了您的问题,会安排技术人员尽快解答您的问题,请耐心等待。请您再次检查是否提供了清晰的问题描述、复现代码、环境&版本、报错信息等。同时,您也可以通过查看 官网API文档 、 常见问题 、 历史Issue 、 AI社区 来寻求解答。祝您生活愉快~
Hi! We've received your issue and please be patient to get responded. We will arrange technicians to answer your questions as soon as possible. Please make sure that you have posted enough message to demo your request. You may also check out the API , FAQ , Github Issue and AI community to get the answer.Have a nice day!
hsgswve42#
Hi,
我在网上发现Mac M1上并不支持avx指令集,所以才会导致illegal hardware instruction的问题。
https://eclecticlight.co/2021/08/06/accelerating-the-m1-mac-an-introduction-to-simd/
是否能提供不带AVX的Mac c++预测库呢。谢谢
eit6fx6z3#
您好,我们目前没有不带AVX的mac c++预测库,非常抱歉
nvbavucw4#
您好,我们目前没有不带AVX的mac c++预测库,非常抱歉
@smallv0221 请问,不带AVX的mac c++预测库会有计划吗?还是不会提供这样的。如果是这样,M1或者是M2平台的OCR该如何处理呢?