pytorch/test/dynamo
atalman 244b124bb8 Add linux cpu test for 3.12 (#117853)
This is continuation of work: https://github.com/pytorch/pytorch/pull/113987

Co-authored-by: albanD <desmaison.alban@gmail.com>
Pull Request resolved: https://github.com/pytorch/pytorch/pull/117853
Approved by: https://github.com/albanD
2024-02-14 20:52:23 +00:00
..
mock_modules
__init__.py
test_activation_checkpointing.py Add linux cpu test for 3.12 (#117853) 2024-02-14 20:52:23 +00:00
test_after_aot.py
test_aot_autograd.py Min-cut partitioner always saves tensors that are returned as-is in backward (#114970) 2024-02-13 00:04:41 +00:00
test_autograd_function.py [Dynamo] Enhance autograd.Function strict mode test (#119237) 2024-02-06 02:54:19 +00:00
test_backends.py
test_backward_higher_order_ops.py
test_base_output.py
test_bytecode_hook.py
test_compile.py
test_comptime.py
test_config.py Enable local_partial_types (#118467) 2024-01-28 13:38:22 +00:00
test_ctx_manager.py [dynamo] support comparing stream with constant (#119199) 2024-02-06 19:26:03 +00:00
test_cudagraphs.py
test_debug_utils.py Add Debug Utility To Generate Inputs for AOT Graphs (#119409) 2024-02-09 03:55:19 +00:00
test_decorators.py Update to TorchFix 0.4.0 (#119424) 2024-02-12 23:30:12 +00:00
test_dynamic_shapes.py s/verison/version/ (#118749) 2024-01-31 19:23:55 +00:00
test_exc.py Avoid performing replacements when it would unrefine ranges (#117356) 2024-02-13 15:56:59 +00:00
test_export.py Add the missing test_dynamo_list_index from #119151 (D53392287) (#119854) 2024-02-14 04:10:02 +00:00
test_export_mutations.py
test_frame_init.py
test_functions.py Support FunctoolsPartialVariable::get_function, fix NamedTupleVariable::as_proxy and handle call_function in get_fake_values_from_nodes (#119435) 2024-02-13 01:44:08 +00:00
test_global.py
test_higher_order_ops.py Update vmap guard to avoid recompilations (#119061) 2024-02-13 20:50:23 +00:00
test_hooks.py [dynamo] Improve support for backwards hooks (#119525) 2024-02-10 01:14:03 +00:00
test_input_attr_tracking.py
test_interop.py
test_logging.py Change default TORCH_LOGS format to match Meta/glog standard (#119869) 2024-02-14 18:56:35 +00:00
test_minifier.py
test_misc.py Rewrite maybe_reduce more carefully for unbacked SymInt (#119562) 2024-02-13 21:40:06 +00:00
test_model_output.py
test_modules.py [Dynamo] Support kwargs for lazy module (#119445) 2024-02-09 00:46:41 +00:00
test_nops.py
test_optimizers.py [optim] Rectify capturable testing and fix bugs! (#118326) 2024-02-02 19:13:00 +00:00
test_pre_dispatch.py
test_profiler.py
test_python_autograd.py
test_recompile_ux.py
test_recompiles.py
test_replay_record.py
test_repros.py [dynamo-must-fix] Use ID_MATCH for UserDefinedClass (#119853) 2024-02-14 03:14:42 +00:00
test_sdpa.py
test_skip_non_tensor.py
test_sources.py Fix guards for field access through properties (#119719) 2024-02-14 20:42:55 +00:00
test_subclasses.py [Dynamo] Add correct guards for tracable tensor subclasses (#119110) 2024-02-03 18:12:51 +00:00
test_subgraphs.py
test_torchrec.py
test_trace_rules.py [Dynamo] Update trace_rules.py and re-enable skipped tests (#119860) 2024-02-14 05:22:55 +00:00
test_triton_kernels.py Fix for-loop divisibility parsing (#119859) 2024-02-14 05:09:59 +00:00
test_unspec.py Avoid performing replacements when it would unrefine ranges (#117356) 2024-02-13 15:56:59 +00:00
test_verify_correctness.py
utils.py