William Wen
|
089134bf66
|
[dynamo 3.11] implement 3.11 linetable (#96509)
Pull Request resolved: https://github.com/pytorch/pytorch/pull/96509
Approved by: https://github.com/jansel
|
2023-03-31 18:20:28 +00:00 |
|
William Wen
|
05641b81e5
|
[dynamo 3.11] fix jump if (not) none (#96505)
Pull Request resolved: https://github.com/pytorch/pytorch/pull/96505
Approved by: https://github.com/jansel
|
2023-03-31 18:05:54 +00:00 |
|
William Wen
|
5b6e4c48b1
|
[dynamo 3.11] properly determine cell/freevar index in bytecode_transformation.py (#96503)
Pull Request resolved: https://github.com/pytorch/pytorch/pull/96503
Approved by: https://github.com/jansel
|
2023-03-30 20:23:59 +00:00 |
|
William Wen
|
24a5d006f2
|
[dynamo 3.11] Refactor create_instruction (#96499)
Pull Request resolved: https://github.com/pytorch/pytorch/pull/96499
Approved by: https://github.com/jansel, https://github.com/albanD
|
2023-03-30 17:05:27 +00:00 |
|
Kazuaki Ishizaki
|
46385b3e48
|
Fix typos under torch/_dynamo directory (#95599)
This PR fixes typos in comments and messages of `.py` files under `torch/_dynamo` directory
Pull Request resolved: https://github.com/pytorch/pytorch/pull/95599
Approved by: https://github.com/ezyang
|
2023-02-28 03:44:24 +00:00 |
|
William Wen
|
d5aaf54261
|
[dynamo 3.11] fix cell/freevar offsets (#94099)
Pull Request resolved: https://github.com/pytorch/pytorch/pull/94099
Approved by: https://github.com/albanD, https://github.com/jansel
|
2023-02-21 18:47:32 +00:00 |
|
William Wen
|
055a9e45aa
|
[dynamo 3.11] changes to LOAD_GLOBAL and function calls (#94098)
Pull Request resolved: https://github.com/pytorch/pytorch/pull/94098
Approved by: https://github.com/albanD
|
2023-02-21 18:47:30 +00:00 |
|
William Wen
|
d567df9f36
|
[dynamo 3.11] remap dup/rotate to copy/swap (#93988)
Pull Request resolved: https://github.com/pytorch/pytorch/pull/93988
Approved by: https://github.com/jansel, https://github.com/albanD, https://github.com/mlazos
|
2023-02-14 04:25:14 +00:00 |
|
William Wen
|
d4d13d99e4
|
[dynamo 3.11] support new jump opcodes (#93986)
Pull Request resolved: https://github.com/pytorch/pytorch/pull/93986
Approved by: https://github.com/jansel, https://github.com/albanD, https://github.com/malfet, https://github.com/voznesenskym
|
2023-02-14 04:25:14 +00:00 |
|
Aaron Gokaslan
|
9171f7d4cd
|
[BE] Modernize PyTorch even more for 3.8 with pyupgrade (#94520)
Applies some more pyupgrade fixits to PyTorch
Pull Request resolved: https://github.com/pytorch/pytorch/pull/94520
Approved by: https://github.com/ezyang
|
2023-02-10 18:02:50 +00:00 |
|
William Wen
|
4e984cb614
|
[dynamo 3.11] changes to python code object (#93985)
Pull Request resolved: https://github.com/pytorch/pytorch/pull/93985
Approved by: https://github.com/albanD, https://github.com/malfet, https://github.com/voznesenskym
|
2023-02-08 22:44:23 +00:00 |
|
William Wen
|
adde6fd25e
|
[dynamo 3.11] update instruction sizes (#93984)
Pull Request resolved: https://github.com/pytorch/pytorch/pull/93984
Approved by: https://github.com/jansel, https://github.com/albanD, https://github.com/malfet, https://github.com/mlazos
|
2023-02-04 04:09:24 +00:00 |
|
Nikita Shulga
|
5976f0bdfe
|
Set min supported Python version to 3.8 (#93155)
Also, grep for `if sys.version_info .cond. (3, 8)` and replaces them with appropriate action.
This is a last in a series of PRs that moved CI/CD away from testing PyTorch behavior against Python-3.7.
Fixes https://github.com/pytorch/pytorch/issues/80513
Pull Request resolved: https://github.com/pytorch/pytorch/pull/93155
Approved by: https://github.com/huydhn
|
2023-01-29 18:28:46 +00:00 |
|
Michael Lazos
|
c9b618447d
|
Fix line numbers bug (#87247)
Fixes https://github.com/pytorch/torchdynamo/issues/1462
Pull Request resolved: https://github.com/pytorch/pytorch/pull/87247
Approved by: https://github.com/anijain2305, https://github.com/jansel
|
2022-10-19 22:44:01 +00:00 |
|
Jason Ansel
|
c7c09722ad
|
Move TorchDynamo into PyTorch core (#86461)
Context:
https://github.com/pytorch/torchdynamo/issues/1588
This PR moves [TorchDynamo](https://github.com/pytorch/torchdynamo) and TorchInductor into PyTorch core.
- `torchdynamo` becomes `torch._dynamo`
- `torchinductor` becomes `torch._inductor`
This PR was generated by running `copy_to_core.sh` in https://github.com/pytorch/torchdynamo/pull/1538
Pull Request resolved: https://github.com/pytorch/pytorch/pull/86461
Approved by: https://github.com/voznesenskym
|
2022-10-13 23:18:06 +00:00 |
|