modify document Co-authored-by: molly123321<malei54@h-partners.com> # message auto-generated for no-merge-commit merge: !3493 merge 7.1.0 into 7.1.0 modify document Created-by: molly123321 Commit-by: molly123321 Merged-by: ascend-robot Description: <!-- Thanks for sending a pull request! --> **What type of PR is this?** > Uncomment only one /kind <> line, hit enter to put that in a new line, and remove leading whitespaces from that line: > > /kind bug /kind task > /kind feature **What does this PR do / why do we need it**: 资料修改 **Special notes for your reviewers**: See merge request: Ascend/op-plugin!3493
update readme Co-authored-by: shaoyf02<shaoyifan1@huawei.com> # message auto-generated for no-merge-commit merge: !3424 merge 710_readme_1103 into 7.1.0 update readme Created-by: shaoyf Commit-by: shaoyf02 Merged-by: ascend-robot Description: <!-- Thanks for sending a pull request! --> **What type of PR is this?** > Uncomment only one /kind <> line, hit enter to put that in a new line, and remove leading whitespaces from that line: > > /kind bug > /kind task > /kind feature **What does this PR do / why do we need it**: **Special notes for your reviewers**: See merge request: Ascend/op-plugin!3424
!2500 Checkout v2r8 Merge pull request !2500 from dilililiwhy/add_v2r8
1 年前
OpPlugin
简介
本项目开发了Ascend Extension for Pytorch(torch_npu)算子插件,为使用PyTorch框架的开发者提供便捷的NPU算子库调用能力。
OpPlugin算子插件的编译、使用依赖昇腾Ascend Extension for PyTorch。因此,在编译OpPlugin之前,需要了解、安装torch_npu。使用手册可参考torch_npuAscend Extension for Pytorch。
编译、安装OpPlugin
发布包安装
暂未正式发布
源码安装
安装依赖
安装时需要安装系统依赖及官方PyTorch框架,建议使用torch_npu提供的docker镜像进行编译,依赖安装和镜像使用指导可参考Ascend Extension for Pytorch。当前从op-plugin直接编译时不携带torch_npu中三方库如torchair、tensorpipe。