PaddlePaddle / PaddleCustomDevice

PaddlePaddle custom device implementaion. (『飞桨』自定义硬件接入实现)
Apache License 2.0
70 stars 148 forks source link

昇腾910B编译后基础检查run_check报错 #1368

Open Irisnotiris opened 3 months ago

Irisnotiris commented 3 months ago

910B arm,CANN 7.0.1 paddlepaddle和paddle custom device版本是2.6.1 运行paddle.utils.run_check()报错ACL error, the error code is : 500001 image image

检查安装版本输出如下: image

试了export FLAGS_npu_jit_compile=false没用,除了更换cann8.0的镜像是否有其他解决办法?

1214

YanhuiDua commented 3 months ago

你好,这个ACL error 来自于昇腾的报错,可以进入目录:/root/ascend/log/debug/plog/,查看plog中是否有报错 cat /root/ascend/log/debug/plog/plog* | grep ERROR -C 20

wbz5087 commented 3 months ago

@YanhuiDua 你好,我也遇到同样的问题,这是debug/plog打出来的错误: image image

run check时的报错如下: image

YanhuiDua commented 2 months ago

@YanhuiDua 你好,我也遇到同样的问题,这是debug/plog打出来的错误: image image

run check时的报错如下: image

请问使用的是官方提供的镜像吗?看报错是dtk没安装好,驱动的版本跟DTK的版本是否匹配呢