Yuanyuan Chen
e925dfcc6b
Enable all SIM rules except disabled ones ( #164645 )
...
`SIM` rules are useful for simplifying boolean expressions and enhances code readability.
Pull Request resolved: https://github.com/pytorch/pytorch/pull/164645
Approved by: https://github.com/ezyang , https://github.com/mlazos
2025-10-17 07:27:11 +00:00
PyTorch MergeBot
5d7360bb03
Revert "Enable all SIM rules except disabled ones ( #164645 )"
...
This reverts commit 321e602692 .
Reverted https://github.com/pytorch/pytorch/pull/164645 on behalf of https://github.com/izaitsevfb due to causes lint failures ([comment](https://github.com/pytorch/pytorch/pull/164645#issuecomment-3369274351 ))
2025-10-05 19:32:21 +00:00
Yuanyuan Chen
321e602692
Enable all SIM rules except disabled ones ( #164645 )
...
`SIM` rules are useful for simplifying boolean expressions and enhances code readability.
Pull Request resolved: https://github.com/pytorch/pytorch/pull/164645
Approved by: https://github.com/ezyang
2025-10-05 07:38:25 +00:00
PyTorch MergeBot
2344eca5eb
Revert "Fix skipIfXpu and skipIfHpu disables tests when used on class ( #151315 )"
...
This reverts commit ee096b89f6 .
Reverted https://github.com/pytorch/pytorch/pull/151315 on behalf of https://github.com/jeanschmidt due to Seems to have introduced internal regressions, see [D74668899](https://www.internalfb.com/diff/D74668899 ). @malfet may you help the author get this PR merged? ([comment](https://github.com/pytorch/pytorch/pull/151315#issuecomment-2880203323 ))
2025-05-14 13:15:03 +00:00
Wang, Eikan
ee096b89f6
Fix skipIfXpu and skipIfHpu disables tests when used on class ( #151315 )
...
Pull Request resolved: https://github.com/pytorch/pytorch/pull/151315
Approved by: https://github.com/Skylion007 , https://github.com/malfet
2025-05-13 14:44:17 +00:00
Oguz Ulgen
dc55704b48
Rename cache limit to recompile limit in configs ( #143709 )
...
This PR renames every cache_limit to recompile_limit via sed.
Old config options are maintained via Config(alias='xyz')
Pull Request resolved: https://github.com/pytorch/pytorch/pull/143709
Approved by: https://github.com/jansel
2024-12-22 10:03:57 +00:00
Li, Xingyuan
358ff3b731
[Inductor UT] Generalize newly introduced inductor UTs for intel GPU (Part 1) ( #136069 )
...
[Inductor UT] Generalize Newly introduced inductor UTs for intel GPU
reuse `test/inductor/test_autoheuristic.py`
reuse `test/inductor/test_b2b_gemm.py`
reuse `test/inductor/test_custom_lowering.py`
reuse `test/inductor/test_efficient_conv_bn_eval.py`
reuse `test/inductor/test_group_batch_fusion.py`
Pull Request resolved: https://github.com/pytorch/pytorch/pull/136069
Approved by: https://github.com/etaf , https://github.com/EikanWang , https://github.com/jansel
2024-10-18 16:58:09 +00:00
Nicolas Macchioni
5cb05a82b4
[BC breaking] move benchmarking + prefer inductor path ( #132827 )
...
move benchmarking out of `torch._inductor.runtime.runtime_utils` and into `torch._inductor.runtime.benchmarking`, and prefer this path over directly accessing Triton's benchmarking
Fixes #ISSUE_NUMBER
Pull Request resolved: https://github.com/pytorch/pytorch/pull/132827
Approved by: https://github.com/eellison
2024-08-08 00:47:45 +00:00
Shuo Ding
1954bfacda
[Inductor] Small performance, precision, and dependency updates to B2B-GEMM ( #132354 )
...
Pull Request resolved: https://github.com/pytorch/pytorch/pull/132354
Approved by: https://github.com/masnesral
2024-08-06 20:01:27 +00:00
Shuo Ding
d07a125af2
[Inductor] supporting pointwise intermediate nodes in B2B-GEMM ( #131685 )
...
Pull Request resolved: https://github.com/pytorch/pytorch/pull/131685
Approved by: https://github.com/eellison
2024-07-27 20:11:20 +00:00
Shuo Ding
35bf05561c
[Inductor] B2B-GEMM performance tuning with test ( #130778 )
...
Pull Request resolved: https://github.com/pytorch/pytorch/pull/130778
Approved by: https://github.com/eellison
2024-07-19 22:53:57 +00:00
Shuo Ding
3d138af943
[Inductor] First implementation of the B2B-GEMM pass with tests ( #129995 )
...
Pull Request resolved: https://github.com/pytorch/pytorch/pull/129995
Approved by: https://github.com/eellison
2024-07-06 19:10:22 +00:00