pytorch/test/functorch
Aaron Gokaslan e2a3817dfd [BE] Enable C419 rule for any all shortcircuiting (#99890)
Apparently https://github.com/pytorch/pytorch/pull/78142 made torch.JIT allow for simple generator expressions which allows us to enable rules that replace unnecessary list comprehensions with generators in any/all. This was originally part of #99280 but I split it off into this PR so that it can be easily reverted should anything break.

Pull Request resolved: https://github.com/pytorch/pytorch/pull/99890
Approved by: https://github.com/justinchuby, https://github.com/kit1980, https://github.com/malfet
2023-04-25 15:02:13 +00:00
..
attn_ft.py
attn_positional.py
common_utils.py
discover_coverage.py [BE] Enable C419 rule for any all shortcircuiting (#99890) 2023-04-25 15:02:13 +00:00
functorch_additional_op_db.py
test_aotdispatch.py [BE] Enable C419 rule for any all shortcircuiting (#99890) 2023-04-25 15:02:13 +00:00
test_control_flow.py [BE] Enable C419 rule for any all shortcircuiting (#99890) 2023-04-25 15:02:13 +00:00
test_dims.py [BE]: Update flake8 and plugins and fix bugs (#97795) 2023-03-28 23:51:55 +00:00
test_eager_transforms.py [fix] update the condition for aliveness of TensorWrapper (#98748) 2023-04-13 08:17:20 +00:00
test_functionalize.py Delete use_functionalize feature flag (#99317) 2023-04-18 02:09:57 +00:00
test_logging.py component-level configurable logging for dynamo, inductor, aot (#94858) 2023-03-18 04:17:31 +00:00
test_memory_efficient_fusion.py
test_minifier.py
test_ops.py [BE] Enable C419 rule for any all shortcircuiting (#99890) 2023-04-25 15:02:13 +00:00
test_vmap.py [vmap] Fix searchsorted batch rule for self_logical_rank == 0 (#99526) 2023-04-20 14:59:12 +00:00
test_vmap_registrations.py [vmap] Add max_pool3d batch rule (#99522) 2023-04-20 05:08:19 +00:00
xfail_suggester.py