文件最后提交记录最后更新时间
fix matmul backward meta on 7.3.0 Co-authored-by: zhangguoguang<zhangguoguang2@huawei.com> # message auto-generated for no-merge-commit merge: !4328 merge fix/matmul_backward_meta_730 into 7.3.0 fix matmul backward meta on 7.3.0 Created-by: zhangguoguang Commit-by: zhangguoguang Merged-by: ascend-robot Description: <!-- PR描述模板更新日期:20260203 --> # 【合入来源】 > <font color="red">**如有社区issue,请关联issue链接**</font>\ > <font color="red">**请勿携带内部流程信息(需求链接、问题单、内部issue等)**</font> - [x] 需求 - [ ] 问题单 - [ ] issue/工单 - [ ] 重构优化 - [ ] 资料更新 # 【修改方案】 npu_matmul_backward实现时对输入tensor的不同shape有不同的处理方式,matmul_backward的meta注册中的shape需要与处理逻辑对齐, 以确保dtensor计算结果得到正确的shape # 【资料变更】 不涉及 # 【接口变更】 不涉及 # 【功能验证】 > 说明测试场景,测试方法。如果本次测试方式与常规单元测试不同,请详细说明您的测试步骤\ > 新增/变更内容是否已新增/适配UT测试用例看护,并补充测试自验证截图 新增一个UT用例,自验通过 ![image.png](https://raw.gitcode.com/user-images/assets/7403085/94cc51dd-1f8d-4d7e-99eb-343d6d0412bc/image.png 'image.png') # 【CheckList】 > PR提交人对以下CheckList自检项进行全量自检,自检通过或不涉及,均修改 [ ] 为 [x] - [x] 代码注释完备,正确记录错误日志 - [x] 代码实现进行了返回值、空指针等校验 - [x] PR标题正确使用类型标签,如:feat、fix、refactor、docs、test等 - [x] PR持续集成流水线(CI)执行通过,代码检查无异常 See merge request: Ascend/op-plugin!43282 个月前
[revert] fix conv3d mask Co-authored-by: shaoyf<shaoyifan1@huawei.com> # message auto-generated for no-merge-commit merge: !4156 merge revert-mr-3998-1769825255340-auto into 7.3.0 [revert] fix conv3d mask Created-by: shaoyf Commit-by: shaoyf 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!41561 个月前
support npu_fused_infer_attention_score_v2 tiling update in NPUGraph Co-authored-by: fengye<vinsmoke.feng@huawei.com> # message auto-generated for no-merge-commit merge: !3925 merge 7.3.0 into 7.3.0 support npu_fused_infer_attention_score_v2 tiling update in NPUGraph Created-by: fengye0903 Commit-by: fengye 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**: #@unittest.skip( # "Skipping due to outdated CANN version; please update CANN to the latest version and remove this skip") #@SupportedDevices(['Ascend910B']) def test_npu_fused_infer_attention_score_v2_ifa_return_lse_return_softmax_lse_true_with_workspace(self, device="npu"): query = torch.randn(1, 32, 1, 128, dtype=torch.float16).npu() key = torch.randn(1, 32, 2048, 128, dtype=torch.float16).npu() value = torch.randn(1, 32, 2048, 128, dtype=torch.float16).npu() head_dim = 128 return_softmax_lse = True supported_output, lse_out = self.supported_op_exec(query, key, value, head_dim, 1, 32, 1, return_softmax_lse) custom_output = self.custom_op_exec_with_workspace(query, key, value, head_dim, True) attention_output = custom_output[0] softmaxlse_output = custom_output[1] if __name__ == "__main__": run_tests() [root@devserver-hps-feb34b1c-00033 f00941739]# python ./op-plugin/test/test_custom_ops/test_npu_fused_infer_attention_score_v2_with_workspace.py ss. ---------------------------------------------------------------------- Ran 3 tests in 2.006s OK (skipped=2) **Special notes for your reviewers**: See merge request: Ascend/op-plugin!39255 个月前
!1778 Fix _unique Merge pull request !1778 from 张向龙3/unique_0809 1 年前
!875 op_plugin ut run with torch_npu version. Merge pull request !875 from 李金鑫/ut_master 2 年前
Checkout v2r10 Co-authored-by: dilililiwhy<why.wuhuanyu@huawei.com> # message auto-generated for no-merge-commit merge: merge pr_3154_1757822748315 into master Checkout v2r10 Created-by: dilililiwhy Commit-by: dilililiwhy Merged-by: ascend-robot Description: 1. add v2r10 --- <!-- 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!31548 个月前
!2401 foreach_sign and foreach_copy add support type Merge pull request !2401 from liujie_1234/master 1 年前
!2401 foreach_sign and foreach_copy add support type Merge pull request !2401 from liujie_1234/master 1 年前
!2401 foreach_sign and foreach_copy add support type Merge pull request !2401 from liujie_1234/master 1 年前
fix foreach norm out shape bug Co-authored-by: tramp-ll<linglong2@huawei.com> # message auto-generated for no-merge-commit merge: merge master into master fix foreach norm out shape bug Created-by: tramp-ll Commit-by: tramp-ll 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: fix foreach norm out shape bug 修补foreach_norm 的out shape的你npu 与竞品不一致情形:竞品out tensor的shape为0维,而npu的out tensor为1维。 与cann变更无关 **What does this PR do / why do we need it**: **Special notes for your reviewers**: See merge request: Ascend/op-plugin!31818 个月前
fix foreach norm out shape bug Co-authored-by: tramp-ll<linglong2@huawei.com> # message auto-generated for no-merge-commit merge: merge master into master fix foreach norm out shape bug Created-by: tramp-ll Commit-by: tramp-ll 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: fix foreach norm out shape bug 修补foreach_norm 的out shape的你npu 与竞品不一致情形:竞品out tensor的shape为0维,而npu的out tensor为1维。 与cann变更无关 **What does this PR do / why do we need it**: **Special notes for your reviewers**: See merge request: Ascend/op-plugin!31818 个月前
fix foreach norm out shape bug Co-authored-by: tramp-ll<linglong2@huawei.com> # message auto-generated for no-merge-commit merge: merge master into master fix foreach norm out shape bug Created-by: tramp-ll Commit-by: tramp-ll 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: fix foreach norm out shape bug 修补foreach_norm 的out shape的你npu 与竞品不一致情形:竞品out tensor的shape为0维,而npu的out tensor为1维。 与cann变更无关 **What does this PR do / why do we need it**: **Special notes for your reviewers**: See merge request: Ascend/op-plugin!31818 个月前
fix foreach norm out shape bug Co-authored-by: tramp-ll<linglong2@huawei.com> # message auto-generated for no-merge-commit merge: merge master into master fix foreach norm out shape bug Created-by: tramp-ll Commit-by: tramp-ll 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: fix foreach norm out shape bug 修补foreach_norm 的out shape的你npu 与竞品不一致情形:竞品out tensor的shape为0维,而npu的out tensor为1维。 与cann变更无关 **What does this PR do / why do we need it**: **Special notes for your reviewers**: See merge request: Ascend/op-plugin!31818 个月前
fix foreach norm out shape bug Co-authored-by: tramp-ll<linglong2@huawei.com> # message auto-generated for no-merge-commit merge: merge master into master fix foreach norm out shape bug Created-by: tramp-ll Commit-by: tramp-ll 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: fix foreach norm out shape bug 修补foreach_norm 的out shape的你npu 与竞品不一致情形:竞品out tensor的shape为0维,而npu的out tensor为1维。 与cann变更无关 **What does this PR do / why do we need it**: **Special notes for your reviewers**: See merge request: Ascend/op-plugin!31818 个月前
fix foreach norm out shape bug Co-authored-by: tramp-ll<linglong2@huawei.com> # message auto-generated for no-merge-commit merge: merge master into master fix foreach norm out shape bug Created-by: tramp-ll Commit-by: tramp-ll 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: fix foreach norm out shape bug 修补foreach_norm 的out shape的你npu 与竞品不一致情形:竞品out tensor的shape为0维,而npu的out tensor为1维。 与cann变更无关 **What does this PR do / why do we need it**: **Special notes for your reviewers**: See merge request: Ascend/op-plugin!31818 个月前
Add recurrent_gated_delta_rule Co-authored-by: NeverLCY<liuchunyuan@huawei.com> # message auto-generated for no-merge-commit merge: !3602 merge RGDR_7.3.0 into 7.3.0 Add recurrent_gated_delta_rule Created-by: NeverLCY Commit-by: NeverLCY 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!36026 个月前
!2141 Add configuration for coverage rate. Merge pull request !2141 from yuhaiyan/master-dev1 1 年前
!2268 [Codecheck] Fix codecheck. Merge pull request !2268 from 刘嘉巍/deformable 1 年前