..
mock_modules
__init__.py
mock_store_global_crossfile_inline.py
test_activation_checkpointing.py
PEP585 update - test ( #145176 )
2025-01-22 04:48:28 +00:00
test_after_aot.py
test_aot_autograd.py
[Dynamo] Replace torch._dynamo.optimize() with torch.compile() [10/N] ( #142451 )
2024-12-17 12:18:29 +00:00
test_aot_autograd_cache.py
Revert "Make functionalization ViewMeta serializable with pickle. ( #143712 )"
2025-01-17 00:52:50 +00:00
test_autograd_function.py
[Dynamo] Supports autograd.Function forward returns constant ( #144597 )
2025-01-12 03:53:10 +00:00
test_backends.py
Add facility to run dynamo UTs for non-cuda devices ( #140929 )
2025-01-20 05:56:38 +00:00
test_backward_higher_order_ops.py
functional compiled autograd ( #144707 )
2025-01-27 05:20:56 +00:00
test_base_output.py
test_bytecode_utils.py
Fix unused Python variables in test/[a-d]* ( #134665 )
2024-12-13 22:13:12 +00:00
test_callback.py
add pt2 callbacks for backward pass and prevent duplicate callbacks ( #145732 )
2025-01-28 03:50:02 +00:00
test_compile.py
inductor: Don't throw an internal error when a nn.module is missing a attribute ( #145122 )
2025-02-05 05:49:32 +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
[dynamo] Properly model torch profiler context objects ( #145537 )
2025-01-28 00:03:36 +00:00
test_cudagraphs.py
Fix unused Python variables in test/[a-d]* ( #134665 )
2024-12-13 22:13:12 +00:00
test_cudagraphs_expandable_segments.py
Revert "Use absolute path path.resolve() -> path.absolute() ( #129409 )"
2025-01-04 14:17:20 +00:00
test_debug_utils.py
Adapt Dynamo tests to HPUs using instantiate_device_type_tests ( #144387 )
2025-01-23 09:24:42 +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
test_dicts.py
[dynamo] Support functools.partial variables through inspect.signature ( #146339 )
2025-02-04 04:39:39 +00:00
test_dynamic_shapes.py
test_exc.py
[dynamo] Separate out GetItemSource and DictGetItemSource ( #143926 )
2025-01-01 02:39:41 +00:00
test_exceptions.py
[dynamo][exceptions][3.10] Clean symbolic stack on exception handling ( #146198 )
2025-02-01 02:51:44 +00:00
test_export.py
[Codemod][AddExplicitStrictExportArg] caffe2/torch ( #146439 )
2025-02-05 22:56:54 +00:00
test_export_mutations.py
test_flat_apply.py
Barebones flat_apply HOP ( #146060 )
2025-02-01 16:17:48 +00:00
test_frame_init.py
[ca] add compiled autograd to CompileId ( #141907 )
2024-12-21 00:41:24 +00:00
test_functions.py
[dynamo][fullgraph] Do not skip frame with fullgraph=True ( #146527 )
2025-02-06 18:56:07 +00:00
test_fx_passes_pre_grad.py
[Codemod][AddExplicitStrictExportArg] caffe2/test ( #143688 )
2024-12-27 07:58:44 +00:00
test_global.py
test_graph_deduplication.py
[Dynamo] topologically sort duplicated graph regions ( #143523 )
2024-12-19 00:43:48 +00:00
test_graph_region_tracker.py
[reland][attempt2][AMD] Turn on TF32 for aten::mm ( #144145 )
2025-01-06 00:37:01 +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
[Dynamo][Trace PyDispatcher] Remove disable from HigherOrderOperator.__call__ ( #146270 )
2025-02-03 21:47:54 +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
test_interop.py
test_logging.py
[dynamo] clear out traced frames at the start of test_log_traced_frames ( #145640 )
2025-01-27 20:49:59 +00:00
test_metrics_context.py
test_minifier.py
test_misc.py
[dynamo] Use polyfill to implement comparison operators ( #144485 )
2025-02-06 17:27:07 +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
inductor: Don't throw an internal error when a nn.module is missing a attribute ( #145122 )
2025-02-05 05:49:32 +00:00
test_nops.py
test_optimizers.py
test_pgo.py
Introduce remote cache key prefix to break cache ( #142148 )
2024-12-10 00:35:50 +00:00
test_pre_dispatch.py
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
Apply ruff fixes to tests ( #146140 )
2025-02-04 05:41:01 +00:00
test_python_dispatcher.py
[Trace Python Dispatcher] Support FuncTorchInterpreter ( #144444 )
2025-01-17 02:26:37 +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
[dynamo][fullgraph] Do not skip frame with fullgraph=True ( #146527 )
2025-02-06 18:56:07 +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
[dynamo][fullgraph] Do not skip frame with fullgraph=True ( #146527 )
2025-02-06 18:56:07 +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
test_skip_guard_eval_unsafe.py
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
add node mapping processing ( #146103 )
2025-02-01 08:29:29 +00:00
test_subclasses.py
PEP585 update - test ( #145176 )
2025-01-22 04:48:28 +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
PEP585 update - test ( #145176 )
2025-01-22 04:48:28 +00:00
test_trace_rules.py
PEP585 update - test ( #145176 )
2025-01-22 04:48:28 +00:00
test_unspec.py
Revert "[dynamo] save/restore system random state more carefully ( #145750 )"
2025-01-28 20:51:07 +00:00
test_utils.py
[dynamo] log recompile reason to dynamo_compile ( #146117 )
2025-02-03 21:04:04 +00:00
test_verify_correctness.py
test_view.py
utils.py