Laith Sakka
|
2035f6b2e6
|
use check_size instead of check_is_size in ops.py (#164668)
Pull Request resolved: https://github.com/pytorch/pytorch/pull/164668
Approved by: https://github.com/angelayi
ghstack dependencies: #164664, #164665, #164667
|
2025-10-08 14:23:38 +00:00 |
|
Jason Ansel
|
0596323c35
|
Better fix for __index__ SymInt issue (#157201)
This improves on #156928
Pull Request resolved: https://github.com/pytorch/pytorch/pull/157201
Approved by: https://github.com/ezyang
|
2025-07-01 07:06:46 +00:00 |
|
PyTorch MergeBot
|
efbf07e7ea
|
Revert "[dynamo] Fix issue with tensors passed as view() shapes (#156928)"
This reverts commit 75f3e5a88d.
Reverted https://github.com/pytorch/pytorch/pull/156928 on behalf of https://github.com/jeanschmidt due to Breaks a internal test, more details can be found on D77449971 ([comment](https://github.com/pytorch/pytorch/pull/156928#issuecomment-3020186268))
|
2025-06-30 17:56:01 +00:00 |
|
Jason Ansel
|
75f3e5a88d
|
[dynamo] Fix issue with tensors passed as view() shapes (#156928)
Fixes #156720
Pull Request resolved: https://github.com/pytorch/pytorch/pull/156928
Approved by: https://github.com/ezyang
|
2025-06-27 08:52:31 +00:00 |
|
Xuehai Pan
|
918ece4f4d
|
[BE][Easy][11/19] enforce style for empty lines in import segments in test/dy*/ (#129762)
See https://github.com/pytorch/pytorch/pull/129751#issue-2380881501. Most changes are auto-generated by linter.
You can review these PRs via:
```bash
git diff --ignore-all-space --ignore-blank-lines HEAD~1
```
Pull Request resolved: https://github.com/pytorch/pytorch/pull/129762
Approved by: https://github.com/anijain2305
|
2024-07-27 17:43:53 +00:00 |
|
Shaz Qadeer
|
cbb7e3053f
|
View specialization (#127641)
This PR adds specialization shortcuts for converting n-d to 1-d and 1-d to 2-d views.
Pull Request resolved: https://github.com/pytorch/pytorch/pull/127641
Approved by: https://github.com/ezyang
|
2024-06-08 05:52:52 +00:00 |
|