文件最后提交记录最后更新时间
[fix] add USE_FP32_ADD for cube_math_type=4 Co-authored-by: adelaideliu<adelaideliu@163.com> # message auto-generated for no-merge-commit merge: !33732 merge v2.7.1_cube_4 into v2.7.1 [fix] add USE_FP32_ADD for cube_math_type=4 Created-by: adelaideliu Commit-by: adelaideliu Merged-by: ascend-robot Description: <!-- PR描述模板更新日期:20260203 --> # 【合入来源】 > <font color="red">**如有社区issue,请关联issue链接**</font>\ > <font color="red">**请勿携带内部流程信息(需求链接、问题单、内部issue等)**</font> - [ ] 需求 - [x] 问题单 - [ ] issue/工单 - [ ] 重构优化 - [ ] 资料更新 # 【修改方案】 因为需求变化,算子端cube_math_type=4功能有改动,现有枚举值名称不符合语义;同时防止已有用户在使用原cube_math_type=4的枚举值,新增cube_math_type=4的枚举值 # 【资料变更】 涉及,在另一个pr里提交了修改 ![image.png](https://raw.gitcode.com/user-images/assets/7404318/60dd1693-95fa-4223-8dad-ae49b8859f39/image.png 'image.png') # 【接口变更】 不涉及 # 【功能验证】 ![image.png](https://raw.gitcode.com/user-images/assets/7404318/0a4e67a2-cf62-4ec5-91cd-1a07baa538bc/image.png 'image.png') ![image.png](https://raw.gitcode.com/user-images/assets/7404318/1671df01-e2be-4c5f-8feb-24ebca2da49f/image.png 'image.png') # 【CheckList】 > PR提交人对以下CheckList自检项进行全量自检,自检通过或不涉及,均修改 [ ] 为 [x] - [ ] 代码注释完备,正确记录错误日志 - [ ] 代码实现进行了返回值、空指针等校验 - [ ] PR标题正确使用类型标签,如:feat、fix、refactor、docs、test等 - [ ] PR持续集成流水线(CI)执行通过,代码检查无异常 See merge request: Ascend/pytorch!337321 个月前
support undocumented API cube_math_type Co-authored-by: freezee<gengdongjie@huawei.com> # message auto-generated for no-merge-commit merge: !28239 merge v2.7.1 into v2.7.1 support undocumented API cube_math_type Created-by: freezee Commit-by: freezee 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**: **Which issue(s) this PR fixes**: <!-- *Automatically closes linked issue when PR is merged. Usage: Fixes #<issue number>, or Fixes (paste link of issue). --> Fixes # **Special notes for your reviewers**: See merge request: Ascend/pytorch!282395 个月前
update path of custom functions 2 年前
!22489 cleancode Merge pull request !22489 from SCh-zx/cleancode27 10 个月前
!17370 [cleancode]The space and line feed problems are modified. Merge pull request !17370 from 杜金航/master_cleancode 1 年前
!19028 cleancode Merge pull request !19028 from 杜金航/master_cleancode 1 年前
!19028 cleancode Merge pull request !19028 from 杜金航/master_cleancode 1 年前
!6912 【PTA】support ForceAclnnOpList Merge pull request !6912 from 王嘉诚/master 2 年前
!17370 [cleancode]The space and line feed problems are modified. Merge pull request !17370 from 杜金航/master_cleancode 1 年前
!19028 cleancode Merge pull request !19028 from 杜金航/master_cleancode 1 年前
[fix] Fix spelling errors in Stream/Event/Allocator comments and logs Co-authored-by: liujunzhu<liujunzhu@huawei.com> # message auto-generated for no-merge-commit merge: !36695 merge v2.7.1 into v2.7.1 [fix] Fix spelling errors in Stream/Event/Allocator comments and logs Created-by: liujunzhu Commit-by: liujunzhu Merged-by: ascend-robot Description: <!-- PR描述模板更新日期:20260203 --> # 【合入来源】 > <font color="red">**如有社区issue,请关联issue链接**</font>\ > <font color="red">**请勿携带内部流程信息(需求链接、问题单、内部issue等)**</font> - [ ] 需求 - [ ] 问题单 - [x] issue/工单 - [ ] 重构优化 - [ ] 资料更新 [#2097](https://gitcode.com/Ascend/pytorch/issues/2097) # 【修改方案】 > 请描述修改内容的具体实现,涉及哪些组件之间进行交互,可以用1、2、3、...进行罗列\ > 如果是需求或者重构类的PR,需要补充详细设计文档(说明上下游组件关系、时序图、类图、DFX能力等内容) 修复拼写错误: segmemt->segment, whataclrtMalloc->what aclrtMalloc, exapandable->expandable, holded->held, deconstract->deconstruct, thead->thread, aviod->avoid, devcie->device, Alloceted->Allocated, theadId->threadId, allready->already. # 【资料变更】 > 请确认是否涉及资料变更。如涉及,需要在PR中体现,并简要说明修改内容。如不涉及,需填写“不涉及” 不涉及 # 【接口变更】 > 请确认是否涉及跨代码仓或者客户面可见的接口变更。如涉及,需要详细说明接口以及对应的变更内容,同时需要在资料中体现。如不涉及,需填写“不涉及” 不涉及 # 【功能验证】 > 说明测试场景,测试方法。如果本次测试方式与常规单元测试不同,请详细说明您的测试步骤\ > 新增/变更内容是否已新增/适配UT测试用例看护,并补充测试自验证截图 修改注释和日志,不影响现有功能。 # 【CheckList】 > PR提交人对以下CheckList自检项进行全量自检,自检通过或不涉及,均修改 [ ] 为 [x] - [x] 代码注释完备,正确记录错误日志 - [x] 代码实现进行了返回值、空指针等校验 - [x] PR标题正确使用类型标签,如:feat、fix、refactor、docs、test等 - [x] PR持续集成流水线(CI)执行通过,代码检查无异常 See merge request: Ascend/pytorch!366957 天前
[950] Add 950 support Co-authored-by: chuboning<chuboning1@huawei.com> Co-authored-by: lilongqianxi<lilongqianxi@h-partners.com> Co-authored-by: 路有兵<luyoubing@huawei.com> # message auto-generated for no-merge-commit merge: !26135 merge v2.7.1 into v2.7.1 [950] Add 950 support Created-by: chuboning Commit-by: chuboning;路有兵;lilongqianxi 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**: **Which issue(s) this PR fixes**: <!-- *Automatically closes linked issue when PR is merged. Usage: Fixes #<issue number>, or Fixes (paste link of issue). --> Fixes # **Special notes for your reviewers**: See merge request: Ascend/pytorch!261356 个月前
!7087 remove unused file "KernelNpuOutputSize" Merge pull request !7087 from 赖长铃/remove_1106 2 年前
test(test_out_warning_log_softmax_npu): Add warning before resize Co-authored-by: yuanqi1104<yuanqi13@huawei.com> # message auto-generated for no-merge-commit merge: !36890 merge yuanqi_add_resize_check into v2.7.1 test(test_out_warning_log_softmax_npu): Add warning before resize Created-by: yuanqi1104 Commit-by: yuanqi1104 Merged-by: ascend-robot Description: <!-- PR描述模板更新日期:20260203 --> # 【合入来源】 > <font color="red">**如有社区issue,请关联issue链接**</font>\ > <font color="red">**请勿携带内部流程信息(需求链接、问题单、内部issue等)**</font> https://gitcode.com/Ascend/pytorch/issues/2153 - [ ] 需求 - [x] 问题单 - [ ] issue/工单 - [ ] 重构优化 - [ ] 资料更新 # 【修改方案】 > 请描述修改内容的具体实现,涉及哪些组件之间进行交互,可以用1、2、3、...进行罗列\ > 如果是需求或者重构类的PR,需要补充详细设计文档(说明上下游组件关系、时序图、类图、DFX能力等内容) 1. https://gitcode.com/Ascend/op-plugin/pull/5032 已修复_log_softmax无out版本的问题。 2. 本PR修复issue中的用例在resize时未产生WARNING告警的问题。 ,resize前添加告警检测。 # 【资料变更】 > 请确认是否涉及资料变更。如涉及,需要在PR中体现,并简要说明修改内容。如不涉及,需填写“不涉及” 不涉及 # 【接口变更】 > 请确认是否涉及跨代码仓或者客户面可见的接口变更。如涉及,需要详细说明接口以及对应的变更内容,同时需要在资料中体现。如不涉及,需填写“不涉及” 不涉及 # 【功能验证】 > 说明测试场景,测试方法。如果本次测试方式与常规单元测试不同,请详细说明您的测试步骤\ > 新增/变更内容是否已新增/适配UT测试用例看护,并补充测试自验证截图 参见 https://gitcode.com/Ascend/op-plugin/pull/5032 # 【CheckList】 > PR提交人对以下CheckList自检项进行全量自检,自检通过或不涉及,均修改 [ ] 为 [x] - [ ] 代码注释完备,正确记录错误日志 - [ ] 代码实现进行了返回值、空指针等校验 - [x] PR标题正确使用类型标签,如:feat、fix、refactor、docs、test等 - [ ] PR持续集成流水线(CI)执行通过,代码检查无异常 See merge request: Ascend/pytorch!368904 天前
[fix]add TORCH_NPU_API api Co-authored-by: liangsongwei<liangsongwei@huawei.com> # message auto-generated for no-merge-commit merge: !32270 merge v2.7.1 into v2.7.1 [fix]add TORCH_NPU_API api Created-by: liangsongwei Commit-by: liangsongwei Merged-by: ascend-robot Description: <!-- PR描述模板更新日期:20260203 --> # 【合入来源】 > <font color="red">**如有社区issue,请关联issue链接**</font>\ > <font color="red">**请勿携带内部流程信息(需求链接、问题单、内部issue等)**</font> - [ ] 需求 - [ ] 问题单 - [x] issue/工单 - [ ] 重构优化 - [ ] 资料更新 # 【修改方案】 apply_tensor_without_format接口对外 # 【资料变更】 不涉及 # 【接口变更】 不涉及 # 【功能验证】 PR门禁pass # 【CheckList】 > PR提交人对以下CheckList自检项进行全量自检,自检通过或不涉及,均修改 [ ] 为 [x] - [x] 代码注释完备,正确记录错误日志 - [x] 代码实现进行了返回值、空指针等校验 - [x] PR标题正确使用类型标签,如:feat、fix、refactor、docs、test等 - [x] PR持续集成流水线(CI)执行通过,代码检查无异常 See merge request: Ascend/pytorch!322702 个月前
!8153 Modify torch_npu apis Merge pull request !8153 from 姜怡文/master_apis 2 年前
Delete graph mode 2 年前