-
Notifications
You must be signed in to change notification settings - Fork 5.7k
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
c-api examples编译后运行出core #3543
Labels
User
用于标记用户问题
Comments
@fty8788 首先提Issue请尽量贴文字信息,方便其他同学检索到~ 能否提供更多的log,以及运行机器信息? 看看存不存在用的是AVX编译的版本,而机器不支持AVX? |
@qingqing01 嗯嗯,我编译的过程是:
|
@fty8788 运行下面命令确认下,你使用的机器是否支持AVX~
|
@qingqing01 结果为空 |
@fty8788 那就是你使用的机器不支持AVX,而使用的C-API是AVX编译的,出的core。 解决办法,需要更换C-API库,或者换机器~ |
@qingqing01 通过换机器解决了,多谢 |
同样问题 |
heavengate
pushed a commit
to heavengate/Paddle
that referenced
this issue
Aug 16, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
http://wiki.baidu.com/pages/viewpage.action?pageId=333193833

采用预编译好的二进制库文件,加入examples/model_inference/dense项目
link_directories("/home/work/yitengfei/Paddle/paddle/capi/examples/usr/local/lib")
编译完后,运行出core,加-g后gdb栈是乱码:
The text was updated successfully, but these errors were encountered: