RT,在官网中的文档,未看到已经坐适配,后续是否有适配计划?
https://www.paddlepaddle.org.cn/documentation/docs/zh/guides/09_hardware_support/npu_docs/paddle_install_cn.html
这里提供的是ARM环境,是否支持x86
目前的服务器环境 x86、ascend 310加速卡
RT,在官网中的文档,未看到已经坐适配,后续是否有适配计划?
https://www.paddlepaddle.org.cn/documentation/docs/zh/guides/09_hardware_support/npu_docs/paddle_install_cn.html
这里提供的是ARM环境,是否支持x86
目前的服务器环境 x86、ascend 310加速卡
3条答案
按热度按时间aelbi1ox1#
您好,我们已经收到了您的问题,会安排技术人员尽快解答您的问题,请耐心等待。请您再次检查是否提供了清晰的问题描述、复现代码、环境&版本、报错信息等。同时,您也可以通过查看官网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!
lvmkulzt2#
目前已通过Paddle Lite 支持x86+atlas 300I/C(3010)、鲲鹏920+atlas 300I/C(3000),atlas 200DK,具体可以看下Paddle Lite的文档 https://paddle-lite.readthedocs.io/zh/latest/demo_guides/huawei_ascend_npu.html
当然我们也提供了 Paddle Inference+Paddle Lite 支持的方式,具体可以看下 Paddle Inference 的demo https://github.com/PaddlePaddle/Paddle-Inference-Demo/tree/master/c%2B%2B/ascend310_lite_subgraph/image_classification_demo
推荐直接使用 Paddle Lite 支持昇腾310
wqnecbli3#
好的 谢谢,我看看