pytorch/test/dynamo
cyy df458be4e5 [4/N] Apply py39 ruff and pyupgrade fixes (#143257)
```torch/fx/passes/annotate_getitem_nodes.py``` was changed to support the new type hinting annotations.

Pull Request resolved: https://github.com/pytorch/pytorch/pull/143257
Approved by: https://github.com/justinchuby, https://github.com/albanD
2025-01-04 10:47:51 +00:00
..
mock_modules
__init__.py
mock_store_global_crossfile_inline.py [Reland] Fix inlining module-scoped store global (#132439) 2024-08-02 09:13:52 +00:00
test_activation_checkpointing.py Fix unused Python variables in test/[a-d]* (#134665) 2024-12-13 22:13:12 +00:00
test_after_aot.py [BE][Easy][11/19] enforce style for empty lines in import segments in test/dy*/ (#129762) 2024-07-27 17:43:53 +00:00
test_aot_autograd_cache.py Fix unused Python variables in test/[a-d]* (#134665) 2024-12-13 22:13:12 +00:00
test_aot_autograd.py [Dynamo] Replace torch._dynamo.optimize() with torch.compile() [10/N] (#142451) 2024-12-17 12:18:29 +00:00
test_autograd_function.py Fix unused Python variables in test/[a-d]* (#134665) 2024-12-13 22:13:12 +00:00
test_backends.py Fix unused Python variables in test/[a-d]* (#134665) 2024-12-13 22:13:12 +00:00
test_backward_higher_order_ops.py Fix unused Python variables in test/[a-d]* (#134665) 2024-12-13 22:13:12 +00:00
test_base_output.py [BE][Easy][11/19] enforce style for empty lines in import segments in test/dy*/ (#129762) 2024-07-27 17:43:53 +00:00
test_bytecode_utils.py Fix unused Python variables in test/[a-d]* (#134665) 2024-12-13 22:13:12 +00:00
test_compile.py Flip default on weights_only (#137602) 2024-11-04 18:30:29 +00:00
test_compiler_bisector.py Fix unused Python variables in test/[a-d]* (#134665) 2024-12-13 22:13:12 +00:00
test_comptime.py Fix unused Python variables in test/[a-d]* (#134665) 2024-12-13 22:13:12 +00:00
test_config.py Rename cache limit to recompile limit in configs (#143709) 2024-12-22 10:03:57 +00:00
test_ctx_manager.py Enable ruff's unused variable checking everywhere in pytorch (#136965) 2024-12-22 02:33:11 +00:00
test_cudagraphs_expandable_segments.py Use absolute path path.resolve() -> path.absolute() (#129409) 2025-01-03 20:03:40 +00:00
test_cudagraphs.py Fix unused Python variables in test/[a-d]* (#134665) 2024-12-13 22:13:12 +00:00
test_debug_utils.py Fix unused Python variables in test/[a-d]* (#134665) 2024-12-13 22:13:12 +00:00
test_decorators.py Fix unused Python variables in test/[a-d]* (#134665) 2024-12-13 22:13:12 +00:00
test_deviceguard.py [BE][Easy][11/19] enforce style for empty lines in import segments in test/dy*/ (#129762) 2024-07-27 17:43:53 +00:00
test_dicts.py [dynamo][easy] Miscellaneous fixes (#144141) 2025-01-03 18:22:56 +00:00
test_dynamic_shapes.py Remove functorch config: _max_aliased_inputs_with_dynamic_shapes_enabled. (#141680) 2024-12-05 14:43:58 +00:00
test_exc.py [dynamo] Separate out GetItemSource and DictGetItemSource (#143926) 2025-01-01 02:39:41 +00:00
test_exceptions.py Fix unused Python variables in test/[a-d]* (#134665) 2024-12-13 22:13:12 +00:00
test_export_mutations.py [Dynamo] Replace torch._dynamo.optimize() with torch.compile() [6/N] (#140688) 2024-11-18 04:09:09 +00:00
test_export.py [4/N] Apply py39 ruff and pyupgrade fixes (#143257) 2025-01-04 10:47:51 +00:00
test_frame_init.py [ca] add compiled autograd to CompileId (#141907) 2024-12-21 00:41:24 +00:00
test_functions.py Add support for contextmanager in Dynamo (#136033) 2024-12-20 12:02:20 +00:00
test_fx_passes_pre_grad.py [Codemod][AddExplicitStrictExportArg] caffe2/test (#143688) 2024-12-27 07:58:44 +00:00
test_global.py [Dynamo] Replace torch._dynamo.optimize() with torch.compile() [2/N] (#140238) 2024-11-13 05:13:39 +00:00
test_graph_deduplication.py [Dynamo] topologically sort duplicated graph regions (#143523) 2024-12-19 00:43:48 +00:00
test_graph_region_tracker.py [Dynamo] topologically sort duplicated graph regions (#143523) 2024-12-19 00:43:48 +00:00
test_guard_manager.py [dynamo] Remove DICT_SUBCLASS_GUARD_MANAGER and use dict.keys (#143722) 2024-12-27 04:51:35 +00:00
test_higher_order_ops.py [while_loop][dynamo] auto-unspecialize int input and output to unbacked symints (#143106) 2025-01-03 19:01:07 +00:00
test_hooks.py Fix unused Python variables in test/[a-d]* (#134665) 2024-12-13 22:13:12 +00:00
test_input_attr_tracking.py [Dynamo] Replace torch._dynamo.optimize() with torch.compile() [6/N] (#140688) 2024-11-18 04:09:09 +00:00
test_interop.py Remove onnx imports in dynamo (#136334) 2024-09-24 14:54:23 +00:00
test_logging.py Fix unused Python variables in test/[a-d]* (#134665) 2024-12-13 22:13:12 +00:00
test_metrics_context.py [logging] Move population of common MetricsContext fields to record_compilation_metrics (#141291) 2024-11-25 13:18:40 +00:00
test_minifier.py [Dynamo] Replace torch._dynamo.optimize() with torch.compile() [6/N] (#140688) 2024-11-18 04:09:09 +00:00
test_misc.py [dynamo][easy] Miscellaneous fixes (#144141) 2025-01-03 18:22:56 +00:00
test_model_output.py [dynamo] Remove transformers ModelOutput hack (#143567) 2024-12-21 01:46:14 +00:00
test_modes.py Rename cache limit to recompile limit in configs (#143709) 2024-12-22 10:03:57 +00:00
test_modules.py [dynamo][easy] Miscellaneous fixes (#144141) 2025-01-03 18:22:56 +00:00
test_nops.py [BE][Easy][11/19] enforce style for empty lines in import segments in test/dy*/ (#129762) 2024-07-27 17:43:53 +00:00
test_optimizers.py [Dynamo] Replace torch._dynamo.optimize() with torch.compile() [2/N] (#140238) 2024-11-13 05:13:39 +00:00
test_pgo.py Introduce remote cache key prefix to break cache (#142148) 2024-12-10 00:35:50 +00:00
test_pre_dispatch.py Replace clone.detach with detach.clone (#140264) 2024-11-13 07:01:02 +00:00
test_prim_hop_base.py Fix unused Python variables in test/[a-d]* (#134665) 2024-12-13 22:13:12 +00:00
test_profiler.py Fix unused Python variables in test/[a-d]* (#134665) 2024-12-13 22:13:12 +00:00
test_python_autograd.py [BE]: Add better optional typing (#138426) 2024-10-27 14:19:00 +00:00
test_recompile_ux.py Rename cache limit to recompile limit in configs (#143709) 2024-12-22 10:03:57 +00:00
test_recompiles.py Rename cache limit to recompile limit in configs (#143709) 2024-12-22 10:03:57 +00:00
test_reconstruct.py Only reconstruct dict if needed (#141606) 2024-12-03 02:22:34 +00:00
test_reorder_logs.py Fix unused Python variables in test/[a-d]* (#134665) 2024-12-13 22:13:12 +00:00
test_repros.py [4/N] Apply py39 ruff and pyupgrade fixes (#143257) 2025-01-04 10:47:51 +00:00
test_resume.py Fix unused Python variables in test/[a-d]* (#134665) 2024-12-13 22:13:12 +00:00
test_sdpa.py Grouped Query Attention (#132689) 2024-08-07 05:35:36 +00:00
test_skip_guard_eval_unsafe.py [dynamo] skip_guard_eval_unsafe stance for power users (#140251) 2024-11-21 06:28:58 +00:00
test_skip_non_tensor.py Deprecate torch._utils.is_compiling() (#127690) 2024-12-08 22:55:36 +00:00
test_sources.py [Codemod][AddExplicitStrictExportArg] caffe2/test (#143688) 2024-12-27 07:58:44 +00:00
test_structured_trace.py [inductor] Make generated kernels deterministic (#143951) 2024-12-30 23:35:11 +00:00
test_subclasses.py Fix unused Python variables in test/[a-d]* (#134665) 2024-12-13 22:13:12 +00:00
test_subgraphs.py Fix unused Python variables in test/[a-d]* (#134665) 2024-12-13 22:13:12 +00:00
test_torchrec.py [Dynamo] Replace torch._dynamo.optimize() with torch.compile() [2/N] (#140238) 2024-11-13 05:13:39 +00:00
test_trace_rules.py [dynamo][pytree][1/N] make CXX pytree traceable: tree_iter / tree_leaves (#137397) 2024-12-03 11:17:39 +00:00
test_unspec.py [Dynamo] Replace torch._dynamo.optimize() with torch.compile() [7/N] (#140922) 2024-12-06 07:07:29 +00:00
test_utils.py test/dynamo/test_utils: logging - Stop testing for impossible things. (#143535) 2024-12-20 17:21:49 +00:00
test_verify_correctness.py [Dynamo] Replace torch._dynamo.optimize() with torch.compile() [2/N] (#140238) 2024-11-13 05:13:39 +00:00
test_view.py [BE][Easy][11/19] enforce style for empty lines in import segments in test/dy*/ (#129762) 2024-07-27 17:43:53 +00:00
utils.py [dynamo][guards] Support cloning of Guard Manager (#140223) 2024-11-20 05:28:45 +00:00