Xuehai Pan
6ff1e43a41
[BE][Easy][13/19] enforce style for empty lines in import segments in test/j*/ ( #129764 )
...
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/129764
Approved by: https://github.com/ezyang
2024-08-01 12:13:42 +00:00
Yuanhao Ji
604c9c5601
Enable UFMT on all of test/jit ( #123623 )
...
Partially addresses #123062
Ran lintrunner on:
- `test/jit`
with command:
```bash
lintrunner -a --take UFMT --all-files
```
Pull Request resolved: https://github.com/pytorch/pytorch/pull/123623
Approved by: https://github.com/ezyang
2024-04-11 23:45:05 +00:00
Jane Xu
09c7771e9c
Set test owners for jit tests ( #66808 )
...
Summary:
Action following https://github.com/pytorch/pytorch/issues/66232
Pull Request resolved: https://github.com/pytorch/pytorch/pull/66808
Reviewed By: mrshenli
Differential Revision: D31761414
Pulled By: janeyx99
fbshipit-source-id: baf8c49ff9c4bcda7b0ea0f6aafd26380586e72d
2021-10-25 07:51:10 -07:00
Tugsbayasgalan (Tugsuu) Manlaibaatar
d0c63e857d
Enhancement for smart serialization for out schemas ( #63096 )
...
Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/63096
Test Plan: Imported from OSS
Reviewed By: gmagogsfm
Differential Revision: D30415255
Pulled By: tugsbayasgalan
fbshipit-source-id: eb40440a3b46258394d035479f5fc4a4baa12bcc
2021-08-28 11:46:27 -07:00
Tugsbayasgalan (Tugsuu) Manlaibaatar
fca931d181
List striding with arbitrary step size ( #58537 )
...
Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/58537
Test Plan: Imported from OSS
Reviewed By: ejguan
Differential Revision: D28531721
Pulled By: tugsbayasgalan
fbshipit-source-id: 8c8ed32ca00366603bfb5086e87dfa62736ff4b2
2021-06-22 11:25:23 -07:00
Tugsbayasgalan (Tugsuu) Manlaibaatar
9db64e6e56
Revert "Striding for lists Part 2 ( #49352 )" ( #58523 )
...
Summary:
Pull Request resolved: https://github.com/pytorch/pytorch/pull/58523
This reverts commit fee7e8b91d .
Test Plan: Imported from OSS
Reviewed By: gmagogsfm
Differential Revision: D28528023
Pulled By: tugsbayasgalan
fbshipit-source-id: 9fa1d86f0c81fcc6fd3798e0d51a712a3c9b3952
2021-05-20 13:20:33 -07:00
Tugsbayasgalan (Tugsuu) Manlaibaatar
fee7e8b91d
Striding for lists Part 2 ( #49352 )
...
Summary:
Pull Request resolved: https://github.com/pytorch/pytorch/pull/49352
In this PR, we replace all definitions of slice to take None parameters for the start, end, and step. This will simplify the compiler logic
Test Plan:
test_jit test cases
Imported from OSS
Reviewed By: jamesr66a, nikithamalgifb
Differential Revision: D25929903
fbshipit-source-id: 5bfc6bad514a8aafbef2dacc706f95f867fe85f1
2021-05-13 00:16:02 -07:00
Tugsbayasgalan (Tugsuu) Manlaibaatar
b0c27b44cf
Enable backward/forward compatibility for TS runtime ( #57498 )
...
Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/57498
Test Plan: Imported from OSS
Reviewed By: albanD
Differential Revision: D28162448
Pulled By: tugsbayasgalan
fbshipit-source-id: 5c21ced42a22aca7cee089e876e9d98d32f68955
2021-05-07 15:41:45 -07:00