pytorch/test/dynamo
Simon Fan db4e8a1d8a [ca] expose option to collect sizes as dynamic (#141153)
This is to address recompiles from eager nodes that saved dynamic activations

Pull Request resolved: https://github.com/pytorch/pytorch/pull/141153
Approved by: https://github.com/jansel
ghstack dependencies: #141152
2024-11-22 19:26:27 +00:00
..
mock_modules
__init__.py
mock_store_global_crossfile_inline.py
test_activation_checkpointing.py [ca] expose option to collect sizes as dynamic (#141153) 2024-11-22 19:26:27 +00:00
test_after_aot.py
test_aot_autograd.py Replace clone.detach with detach.clone (#140264) 2024-11-13 07:01:02 +00:00
test_aot_autograd_cache.py [AOTAutogradCache] Allowlist various ops found from models to safe list (#140825) 2024-11-21 00:04:17 +00:00
test_autograd_function.py Replace clone.detach with detach.clone (#140264) 2024-11-13 07:01:02 +00:00
test_backends.py [Dynamo] Replace torch._dynamo.optimize() with torch.compile() [2/N] (#140238) 2024-11-13 05:13:39 +00:00
test_backward_higher_order_ops.py [ca] expose option to collect sizes as dynamic (#141153) 2024-11-22 19:26:27 +00:00
test_base_output.py
test_bytecode_utils.py [Dynamo] Replace torch._dynamo.optimize() with torch.compile() [2/N] (#140238) 2024-11-13 05:13:39 +00:00
test_compile.py
test_compiler_bisector.py
test_comptime.py [Dynamo] Replace torch._dynamo.optimize() with torch.compile() [5/N] (#140663) 2024-11-18 04:11:56 +00:00
test_config.py [Dynamo] Replace torch._dynamo.optimize() with torch.compile() [5/N] (#140663) 2024-11-18 04:11:56 +00:00
test_ctx_manager.py [Dynamo] Replace torch._dynamo.optimize() with torch.compile() [6/N] (#140688) 2024-11-18 04:09:09 +00:00
test_cudagraphs.py [Dynamo] Replace torch._dynamo.optimize() with torch.compile() [2/N] (#140238) 2024-11-13 05:13:39 +00:00
test_cudagraphs_expandable_segments.py
test_debug_utils.py
test_decorators.py [Dynamo] Replace torch._dynamo.optimize() with torch.compile() [2/N] (#140238) 2024-11-13 05:13:39 +00:00
test_deviceguard.py
test_dynamic_shapes.py
test_exc.py
test_exceptions.py
test_export.py Revert "Move Sympy printers to torch/utils/_sympy/printers.py (#140597)" 2024-11-22 15:43:39 +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_frame_init.py
test_functions.py [dynamo] support operator.methodcaller (#141137) 2024-11-21 09:13:23 +00:00
test_fx_passes_pre_grad.py
test_global.py [Dynamo] Replace torch._dynamo.optimize() with torch.compile() [2/N] (#140238) 2024-11-13 05:13:39 +00:00
test_guard_manager.py [dynamo][guards] Introduce a diff_guard_manager (#140250) 2024-11-20 17:59:30 +00:00
test_higher_order_ops.py Always unspecialize float in OSS (#138922) 2024-11-22 17:54:42 +00:00
test_hooks.py [ca] expose option to collect sizes as dynamic (#141153) 2024-11-22 19:26:27 +00:00
test_inline_inbuilt_nn_modules.py
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
test_logging.py Always unspecialize float in OSS (#138922) 2024-11-22 17:54:42 +00:00
test_metrics_context.py pytorch/features: Make a feature logger and record triton bundling (#141056) 2024-11-22 01:31:08 +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 Always unspecialize float in OSS (#138922) 2024-11-22 17:54:42 +00:00
test_model_output.py [Dynamo] Replace torch._dynamo.optimize() with torch.compile() [6/N] (#140688) 2024-11-18 04:09:09 +00:00
test_modes.py [Dynamo] Replace torch._dynamo.optimize() with torch.compile() [2/N] (#140238) 2024-11-13 05:13:39 +00:00
test_modules.py Revert "[dynamo][guards] Consider tensors as immutable for dict tag matches (#139560)" 2024-11-19 17:37:44 +00:00
test_nops.py
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
test_pre_dispatch.py Replace clone.detach with detach.clone (#140264) 2024-11-13 07:01:02 +00:00
test_prim_hop_base.py Add base class for single-subgraph inductor HOPs (#139898) 2024-11-11 16:12:35 +00:00
test_profiler.py [Dynamo] Replace torch._dynamo.optimize() with torch.compile() [6/N] (#140688) 2024-11-18 04:09:09 +00:00
test_python_autograd.py
test_recompile_ux.py [Dynamo] Replace torch._dynamo.optimize() with torch.compile() [6/N] (#140688) 2024-11-18 04:09:09 +00:00
test_recompiles.py [Dynamo] Replace torch._dynamo.optimize() with torch.compile() [5/N] (#140663) 2024-11-18 04:11:56 +00:00
test_reconstruct.py [Dynamo] Replace torch._dynamo.optimize() with torch.compile() [6/N] (#140688) 2024-11-18 04:09:09 +00:00
test_reorder_logs.py
test_repros.py Always unspecialize float in OSS (#138922) 2024-11-22 17:54:42 +00:00
test_resume.py
test_sdpa.py
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 [Dynamo] Replace torch._dynamo.optimize() with torch.compile() [2/N] (#140238) 2024-11-13 05:13:39 +00:00
test_sources.py
test_structured_trace.py Always unspecialize float in OSS (#138922) 2024-11-22 17:54:42 +00:00
test_subclasses.py [Dynamo] Replace torch._dynamo.optimize() with torch.compile() [6/N] (#140688) 2024-11-18 04:09:09 +00:00
test_subgraphs.py [Dynamo] Replace torch._dynamo.optimize() with torch.compile() [5/N] (#140663) 2024-11-18 04:11:56 +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
test_unspec.py Restart dynamo analysis when we fail to tensorify away all symfloat inputs (#140346) 2024-11-20 21:20:41 +00:00
test_utils.py Always unspecialize float in OSS (#138922) 2024-11-22 17:54:42 +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
utils.py [dynamo][guards] Support cloning of Guard Manager (#140223) 2024-11-20 05:28:45 +00:00