| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
[feat] update fag quant api Co-authored-by: dai-yuwen<daiyuwen1@huawei.com> # message auto-generated for no-merge-commit merge: !4363 merge master_quant into master [feat] update fag quant api Created-by: dai-yuwen Commit-by: dai-yuwen Merged-by: ascend-robot Description: <!-- PR描述模板更新日期:20260203 --> # 【合入来源】 > <font color="red">**如有社区issue,请关联issue链接**</font>\ > <font color="red">**请勿携带内部流程信息(需求链接、问题单、内部issue等)**</font> - [x] 需求 - [ ] 问题单 - [ ] issue/工单 - [ ] 重构优化 - [ ] 资料更新 # 【修改方案】 > 请描述修改内容的具体实现,涉及哪些组件之间进行交互,可以用1、2、3、...进行罗列\ > 如果是需求或者重构类的PR,需要补充详细设计文档(说明上下游组件关系、时序图、类图、DFX能力等内容) 1、FAG量化接口名称修改为社区风格,由npu_quant_fusion_attention_grad修改为npu_quant_fusion_attention_backward # 【资料变更】 > 请确认是否涉及资料变更。如涉及,需要在PR中体现,并简要说明修改内容。如不涉及,需填写“不涉及” 不涉及 # 【接口变更】 > 请确认是否涉及跨代码仓或者客户面可见的接口变更。如涉及,需要详细说明接口以及对应的变更内容,同时需要在资料中体现。如不涉及,需填写“不涉及” 接口未对外,不涉及客户面 # 【功能验证】 > 说明测试场景,测试方法。如果本次测试方式与常规单元测试不同,请详细说明您的测试步骤\ > 新增/变更内容是否已新增/适配UT测试用例看护,并补充测试自验证截图 自测通过  # 【CheckList】 > PR提交人对以下CheckList自检项进行全量自检,自检通过或不涉及,均修改 [ ] 为 [x] - [x] 代码注释完备,正确记录错误日志 - [x] 代码实现进行了返回值、空指针等校验 - [x] PR标题正确使用类型标签,如:feat、fix、refactor、docs、test等 - [x] PR持续集成流水线(CI)执行通过,代码检查无异常 See merge request: Ascend/op-plugin!4363 | 5 个月前 | |
convolution-meta | 5 个月前 | |
fix docs for quant gmm alltoallv Co-authored-by: 王天乐<wangtianle3@huawei.com> # message auto-generated for no-merge-commit merge: !4365 merge gmm-fix into master fix docs for quant gmm alltoallv Created-by: Nicooo-Wang Commit-by: 王天乐 Merged-by: ascend-robot Description: <!-- PR描述模板更新日期:20260203 --> # 【合入来源】 > <font color="red">**如有社区issue,请关联issue链接**</font>\ > <font color="red">**请勿携带内部流程信息(需求链接、问题单、内部issue等)**</font> - [ ] 需求 - [ ] 问题单 - [ ] issue/工单 - [ ] 重构优化 - [x] 资料更新 # 【修改方案】 > 请描述修改内容的具体实现,涉及哪些组件之间进行交互,可以用1、2、3、...进行罗列\ > 如果是需求或者重构类的PR,需要补充详细设计文档(说明上下游组件关系、时序图、类图、DFX能力等内容) 修复docs以及ut测试用例问题 # 【资料变更】 > 请确认是否涉及资料变更。如涉及,需要在PR中体现,并简要说明修改内容。如不涉及,需填写“不涉及” 不涉及 # 【接口变更】 > 请确认是否涉及跨代码仓或者客户面可见的接口变更。如涉及,需要详细说明接口以及对应的变更内容,同时需要在资料中体现。如不涉及,需填写“不涉及” 不涉及 # 【功能验证】 > 说明测试场景,测试方法。如果本次测试方式与常规单元测试不同,请详细说明您的测试步骤\ > 新增/变更内容是否已新增/适配UT测试用例看护,并补充测试自验证截图 验证ok  # 【CheckList】 > PR提交人对以下CheckList自检项进行全量自检,自检通过或不涉及,均修改 [ ] 为 [x] - [x] 代码注释完备,正确记录错误日志 - [x] 代码实现进行了返回值、空指针等校验 - [x] PR标题正确使用类型标签,如:feat、fix、refactor、docs、test等 - [x] PR持续集成流水线(CI)执行通过,代码检查无异常 See merge request: Ascend/op-plugin!4365 | 5 个月前 | |
fix arange and random warning Co-authored-by: chaijinwei<chaijinwei@huawei.com> # message auto-generated for no-merge-commit merge: !4242 merge ops_error_warning_fix into master fix arange and random warning Created-by: chaijinwei Commit-by: chaijinwei Merged-by: ascend-robot Description: <!-- PR描述模板更新日期:20260203 --> # 【合入来源】 https://gitcode.com/Ascend/pytorch/issues/1547 - [ ] 需求 - [x] 问题单 - [ ] issue/工单 - [ ] 重构优化 - [ ] 资料更新 # 【修改方案】 1. torch.arange报错和warning对齐原生torch 2. tensor.random_报错和warning对齐原生torch # 【资料变更】 > 请确认是否涉及资料变更。如涉及,需要在PR中体现,并简要说明修改内容。如不涉及,需填写“不涉及” # 【接口变更】 > 请确认是否涉及跨代码仓或者客户面可见的接口变更。如涉及,需要详细说明接口以及对应的变更内容,同时需要在资料中体现。如不涉及,需填写“不涉及” # 【功能验证】 完善测试用例场景,都测试通过  # 【CheckList】 > PR提交人对以下CheckList自检项进行全量自检,自检通过或不涉及,均修改 [ ] 为 [x] - [ ] 代码注释完备,正确记录错误日志 - [x] 代码实现进行了返回值、空指针等校验 - [ ] PR标题正确使用类型标签,如:feat、fix、refactor、docs、test等 - [ ] PR持续集成流水线(CI)执行通过,代码检查无异常 See merge request: Ascend/op-plugin!4242 | 6 个月前 | |
| 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!3154 | 11 个月前 | |
add v2r11 Co-authored-by: dilililiwhy<why.wuhuanyu@huawei.com> # message auto-generated for no-merge-commit merge: !4046 merge add_v2r11 into master Checkout v2r11 Created-by: dilililiwhy Commit-by: dilililiwhy 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**: checkout v2r11 for pta upgrade **Special notes for your reviewers**: See merge request: Ascend/op-plugin!4046 | 7 个月前 | |
[fix] npu_anti_quant invalid input core Co-authored-by: liangsongwei<liangsongwei@huawei.com> # message auto-generated for no-merge-commit merge: !4166 merge master_fix into master [fix] npu_anti_quant invalid input core Created-by: liangsongwei Commit-by: liangsongwei Merged-by: ascend-robot Description: <!-- Thanks for sending a pull request! --> **What type of PR is this?** bug fix **What does this PR do / why do we need it**: [fix] npu_anti_quant invalid input core **Special notes for your reviewers**: ut info  See merge request: Ascend/op-plugin!4166 | 6 个月前 | |
group foreach copy Co-authored-by: yuanjun_li<yuanjun.li@huawei.com> # message auto-generated for no-merge-commit merge: !4159 merge master into master group foreach copy Created-by: yuanjun_li Commit-by: yuanjun_li 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!4159 | 6 个月前 | |
| 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!3181 | 11 个月前 | |
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!3181 | 11 个月前 | |
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!3181 | 11 个月前 | |
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!3181 | 11 个月前 | |
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!3181 | 11 个月前 | |
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!3181 | 11 个月前 | |
quant_gmm_alltoallv pta adaption Co-authored-by: z00940181<zhanghaodong30@huawei.com> # message auto-generated for no-merge-commit merge: !4288 merge master into master quant_gmm_alltoallv pta adaption Created-by: hawdonz Commit-by: z00940181 Merged-by: ascend-robot Description: <!-- PR描述模板更新日期:20260203 --> # 【合入来源】 > <font color="red">**如有社区issue,请关联issue链接**</font>\ > <font color="red">**请勿携带内部流程信息(需求链接、问题单、内部issue等)**</font> - [x] 需求 - [ ] 问题单 - [ ] issue/工单 - [ ] 重构优化 - [ ] 资料更新 # 【修改方案】 > QuantGroupedMatMulAlltoallv在950上新增。 # 【资料变更】 > 不涉及 # 【接口变更】 > 不涉及 # 【功能验证】 > 本地验证PASS,并添加UT用例看护。 >  # 【CheckList】 > PR提交人对以下CheckList自检项进行全量自检,自检通过或不涉及,均修改 [ ] 为 [x] - [x] 代码注释完备,正确记录错误日志 - [x] 代码实现进行了返回值、空指针等校验 - [x] PR标题正确使用类型标签,如:feat、fix、refactor、docs、test等 - [x] PR持续集成流水线(CI)执行通过,代码检查无异常 See merge request: Ascend/op-plugin!4288 | 6 个月前 | |
| 1 年前 | ||
| 1 年前 |
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
| 5 个月前 | ||
| 5 个月前 | ||
| 5 个月前 | ||
| 6 个月前 | ||
| 2 年前 | ||
| 11 个月前 | ||
| 7 个月前 | ||
| 6 个月前 | ||
| 6 个月前 | ||
| 1 年前 | ||
| 11 个月前 | ||
| 11 个月前 | ||
| 11 个月前 | ||
| 11 个月前 | ||
| 11 个月前 | ||
| 11 个月前 | ||
| 6 个月前 | ||
| 1 年前 | ||
| 1 年前 |