Skip to content
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

Arm架构 openeuleros-22.3系统下,paddle plugin无法正常编译使用 #57121

Closed
cqli0905 opened this issue Sep 8, 2023 · 2 comments
Closed
Assignees
Labels
type/question 用户提问

Comments

@cqli0905
Copy link

cqli0905 commented Sep 8, 2023

请提出你的问题 Please ask your question

  1. 系统信息:
    执行uname -a,得到结果为:5.10.0-153.12.0.92.oe2203sp2.aarch64 read data from hdfs #1 SMP Wed Jun 28 23:18:48 CST 2023 aarch64 aarch64 aarch64 GNU/Linux ;操作系统版本为openeuleros-22.3
  2. python版本为 3.9.9
  3. 先编译paddle,编译命令为: cmake .. -DPY_VERSION=3.9 -DPYTHON_EXECUTABLE=which python3 -DWITH_ARM=ON -DWITH_TESTING=OFF -DCMAKE_BUILD_TYPE=Release -DON_INFER=ON -DWITH_XBYAK=OFF -DWITH_DISTRIBUTE=ON -DWITH_PSCORE=ON -DCMAKE_CXX_FLAGS="-Wno-error -w" && make TARGET=ARMV8 -j64
    然后编译paddle plugin
    在custom device 上执行abs算子,报错

image

进行gdb,得到如下信息
image

@USTCKAY
Copy link
Contributor

USTCKAY commented Sep 11, 2023

编译paddle时加上-DWITH_CUSTOM_DEVICE=ON 试试

@FlyingQianMM FlyingQianMM added the type/build 编译/安装问题 label Sep 12, 2023
@paddle-bot paddle-bot bot removed the type/question 用户提问 label Sep 12, 2023
@FlyingQianMM FlyingQianMM added type/question 用户提问 and removed status/new-issue 新建 labels Sep 12, 2023
@paddle-bot paddle-bot bot removed the type/build 编译/安装问题 label Sep 12, 2023
@paddle-bot paddle-bot bot closed this as completed Sep 17, 2024
Copy link

paddle-bot bot commented Sep 17, 2024

Since you haven't replied for more than a year, we have closed this issue/pr.
If the problem is not solved or there is a follow-up one, please reopen it at any time and we will continue to follow up.
由于您超过一年未回复,我们将关闭这个issue/pr。
若问题未解决或有后续问题,请随时重新打开,我们会继续跟进。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/question 用户提问
Projects
None yet
Development

No branches or pull requests

3 participants