文件最后提交记录最后更新时间
[feature]torch_npu support dlpack Co-authored-by: zhang_xu_hao1230<zhangxuhao6@huawei.com> # message auto-generated for no-merge-commit merge: !26141 merge master_dlpack into master [feature]torch_npu support dlpack Created-by: zhang_xu_hao1230 Commit-by: zhang_xu_hao1230 Merged-by: ascend-robot Description: <!-- Thanks for sending a pull request! --> **What type of PR is this?** /kind feature **What does this PR do / why do we need it**: torch_npu支持dlpack 通过用torch_npu下from_blob替换torch下的from_blob实现dlpack支持 todo:等待from_blob支持310上的NZ format **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!261416 个月前
!17124 silentCheckV3 Merge pull request !17124 from 王超/master_checkv3 1 年前
[feature] register "npugraph_ex" backend Co-authored-by: xuzhenhua2025<xuzhenhua4@huawei.com> # message auto-generated for no-merge-commit merge: !26325 merge master into master [feature] register "npugraph_ex" backend Created-by: xuzhenhua2025 Commit-by: xuzhenhua2025 Merged-by: ascend-robot Description: <!-- Thanks for sending a pull request! --> **What type of PR is this?** /kind feature **What does this PR do / why do we need it**: Register "npugraph_ex" backend, we can use it as ```python compiled_model = torch.compile(Model().npu(), backend="npugraph_ex", fullgraph=True, dynamic=False) ``` **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!263256 个月前
[inductor] inductor support master Co-authored-by: duchengkun<duchengkun1@huawei.com> # message auto-generated for no-merge-commit merge: merge inductor_master into master [inductor] inductor support master Created-by: duchengkun Commit-by: duchengkun Merged-by: ascend-robot Description: inductor支持master - 在2.的基础上做的修改 - master的修改可以通过[inductor master](https://gitcode.com/Ascend/pytorch/commit/f99438d3eb6fff832f820bdebf4930fd4aa00512?ref=inductor_master&prId=25033)这个commit查看,为了方便检视,暂时不做commit squash See merge request: Ascend/pytorch!250338 个月前
!21320 optimize err_code Merge pull request !21320 from 郭光浩/master 1 年前
!23366 support npugraph backend for torch.compile Merge pull request !23366 from 闫鹏全/master 10 个月前
!10379 register_device_op_overrides for npu backend Merge pull request !10379 from 王姜奔/new 2 年前
!21640 Set affinity optimization Merge pull request !21640 from 姜怡文/main_bd 11 个月前
!16651 Rectify the common interface about sanitizer Merge pull request !16651 from hanqing/master 1 年前
!17773 [Fix] foreach support A3 Merge pull request !17773 from 刘嘉巍/master 1 年前
!23846 [torch_master] 动态profiling增加配置文件相关问题的日志打屏 Merge pull request !23846 from yuliangbin/dy_bug_fix 9 个月前
!21750 silent checkv3 support sample interval config Merge pull request !21750 from 王超/v2.8.0_silentfix3 11 个月前
!21640 Set affinity optimization Merge pull request !21640 from 姜怡文/main_bd 11 个月前
!16416 Change to a private interface Merge pull request !16416 from 杜金航/cherry-pick-1732779568 1 年前
!22354 use torch_npu.<strong>version</strong> instead of read file Merge pull request !22354 from huangyunlong/2.8ver 11 个月前
!13006 Fixed for the public APIs. Merge pull request !13006 from yuhaiyan/master-dev2 1 年前
!13006 Fixed for the public APIs. Merge pull request !13006 from yuhaiyan/master-dev2 1 年前
!17814 [fix] fix third lib depend on header file Merge pull request !17814 from xudaohong/master 1 年前
[feature]torch_npu support dlpack Co-authored-by: zhang_xu_hao1230<zhangxuhao6@huawei.com> # message auto-generated for no-merge-commit merge: !26141 merge master_dlpack into master [feature]torch_npu support dlpack Created-by: zhang_xu_hao1230 Commit-by: zhang_xu_hao1230 Merged-by: ascend-robot Description: <!-- Thanks for sending a pull request! --> **What type of PR is this?** /kind feature **What does this PR do / why do we need it**: torch_npu支持dlpack 通过用torch_npu下from_blob替换torch下的from_blob实现dlpack支持 todo:等待from_blob支持310上的NZ format **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!261416 个月前
[fix] add _npu_dtype_cast_backward sharding strategy Co-authored-by: zqwenn<zhangqiongwen@huawei.com> # message auto-generated for no-merge-commit merge: merge master_npu_dtype_cast_backsard_register_sharding into master [fix] add _npu_dtype_cast_backward sharding strategy Created-by: zqwenn Commit-by: zqwenn 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!253088 个月前
!16369 Expose torch_npu.utils.FlopsCounter Merge pull request !16369 from 叶子凡/master_FLOPS 1 年前
[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: !26229 merge master into master [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!262296 个月前
!13006 Fixed for the public APIs. Merge pull request !13006 from yuhaiyan/master-dev2 1 年前
!13006 Fixed for the public APIs. Merge pull request !13006 from yuhaiyan/master-dev2 1 年前
!22465 add save_async Merge pull request !22465 from 郭光浩/master 10 个月前
fix bug of storage.cpu Co-authored-by: huangyunlong2022<huangyunlong4@h-partners.com> # message auto-generated for no-merge-commit merge: !27555 merge 2.10st into master fix bug of storage.cpu Created-by: huangyunlong2022 Commit-by: huangyunlong2022 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!275555 个月前
!13006 Fixed for the public APIs. Merge pull request !13006 from yuhaiyan/master-dev2 1 年前
!13006 Fixed for the public APIs. Merge pull request !13006 from yuhaiyan/master-dev2 1 年前
!22709 [feat] 支持ipc内存通信-创建reduce_tensor Merge pull request !22709 from 姜怡文/main_ipc 10 个月前
!16651 Rectify the common interface about sanitizer Merge pull request !16651 from hanqing/master 1 年前