PaddlePaddle / PaddleCustomDevice

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

[NPU] upgrade to CANN 8.0.RC1 #1186

Closed qili93 closed 6 months ago

qili93 commented 6 months ago

后续develop分支仅支持910B,release/2.6分支支持910A。

同时升级910B到最新的CANN 8.0.RC1 + ATB 1.0.RC1 版本。

ATB更名为MindIE,且 atb 算子库在 /usr/local/Ascend的目录存在变化,更新到 ascend.cmake文件中。

MindIE当前版本仅支持py3.10,其他版本安装会提示如下错误信息,因此修改默认镜像版本为py310

[mindie-service] [20240426-15:25:45] [ERROR] MindIE-service python api Install failed, please install python3.10 firstly!
paddle-bot[bot] commented 6 months ago

Thanks for your contribution!

qili93 commented 6 months ago

MLU argsort 单测错误,是由于主框架 https://github.com/PaddlePaddle/Paddle/pull/63513 算子参数变化引入,和本PR无关,在 https://github.com/PaddlePaddle/PaddleCustomDevice/pull/1188 这个PR中修复。