| .. |
|
mock_modules
|
|
|
|
__init__.py
|
|
|
|
mock_store_global_crossfile_inline.py
|
|
|
|
test_activation_checkpointing.py
|
Support torch.compile rng selective activation checkpointing with cudagraph (#146878)
|
2025-02-28 00:47:03 +00:00 |
|
test_after_aot.py
|
|
|
|
test_aot_autograd_cache.py
|
[aot cache][ca] remove restriction on caching ca's aot inference graph (#148491)
|
2025-03-08 06:08:26 +00:00 |
|
test_aot_autograd.py
|
[dynamo] Remove L scoping for recompilation messages (#148917)
|
2025-03-11 14:26:26 +00:00 |
|
test_autograd_function.py
|
[dynamo] improved graph break messages for some common graph break sites [1/N] (#146525)
|
2025-02-20 00:08:13 +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
|
[ca] clean up aot node deduping (#149064)
|
2025-03-15 01:10:54 +00:00 |
|
test_base_hop.py
|
[BaseHOP] change hop(subgraph, operands) to hop(subgraph, *operands) (#146730)
|
2025-02-20 02:30:36 +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
|
dynamo: Don't crash when encountering a object with no __name__ (#147246)
|
2025-02-18 20:35:49 +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
|
[dynamo] Support list subclasses and fix dict subclasses mutation bugs (#146819)
|
2025-02-12 17:46:02 +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
|
Add __context/cause/suppress_context/traceback__ to Exception (#146499)
|
2025-03-11 18:55:45 +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_cudagraphs.py
|
Fix unused Python variables in test/[a-d]* (#134665)
|
2024-12-13 22:13:12 +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
|
Add aot_eager_then_compile stance (#148509)
|
2025-03-05 23:23:45 +00:00 |
|
test_deque_reconstruct.py
|
[dynamo] allow global import from collections import deque in user code (#148676)
|
2025-03-10 13:14:05 +00:00 |
|
test_deviceguard.py
|
|
|
|
test_dicts.py
|
[dynamo][mappingproxy][inspect] Support existing types.MappingProxyType (#147217)
|
2025-02-15 07:59:33 +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_error_messages.py
|
[dynamo] show stack above dynamo in graph break user tracebacks (#148401)
|
2025-03-09 07:37:38 +00:00 |
|
test_exc.py
|
[dynamo] show stack above dynamo in graph break user tracebacks (#148401)
|
2025-03-09 07:37:38 +00:00 |
|
test_exceptions.py
|
Correctly propagate exception to parent tx (#146502)
|
2025-03-11 18:55:45 +00:00 |
|
test_export_mutations.py
|
|
|
|
test_export.py
|
[dynamo] update data-dependent branching graph break messages (#147912)
|
2025-02-28 12:30:06 +00:00 |
|
test_flat_apply.py
|
[dynamo] Make nonstrict_trace work with some pytree.register_constant-ed instances (#148007)
|
2025-03-05 21:28:26 +00:00 |
|
test_frame_init.py
|
[dynamo] replace hardcoded eval frame control flags skip_code_recursive_flag/cache_limit_hit_flag (#146355)
|
2025-02-18 21:37:12 +00:00 |
|
test_functions.py
|
[dynamo] Properly account for non-list instances in list comparison (#148470)
|
2025-03-07 01:29:30 +00:00 |
|
test_fx_passes_pre_grad.py
|
[Codemod][AddExplicitStrictExportArg] caffe2/test (#143688)
|
2024-12-27 07:58:44 +00:00 |
|
test_generator.py
|
Correctly propagate exception to parent tx (#146502)
|
2025-03-11 18:55:45 +00:00 |
|
test_global.py
|
|
|
|
test_graph_deduplication.py
|
[invoke_subgraph] Run joint passes on the hop graphs (#139325)
|
2025-03-03 23:38:14 +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
|
[cond] support output sizes mismatch in front end (#147130)
|
2025-02-25 20:28:41 +00:00 |
|
test_hooks.py
|
[dynamo] improved graph break messages for some common graph break sites [1/N] (#146525)
|
2025-02-20 00:08:13 +00:00 |
|
test_input_attr_tracking.py
|
|
|
|
test_interop.py
|
|
|
|
test_logging.py
|
[mm_logs] make aten mm info readable (#148800)
|
2025-03-17 17:00:58 +00:00 |
|
test_metrics_context.py
|
[logging] Log individual Triton kernel compilation times to dynamo_compile (#147022)
|
2025-03-03 19:32:17 +00:00 |
|
test_minifier.py
|
|
|
|
test_misc.py
|
skip test_torch_dynamo_codegen_pow if CPU backend is not cpp (#146595)
|
2025-03-13 10:03:29 +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_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
|
[dynamo] Remove L scoping for recompilation messages (#148917)
|
2025-03-11 14:26:26 +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
|
Add meta function for out variants of ones,zeros,empty (#149098)
|
2025-03-14 22:17:30 +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
|
[ca] always do initial trace with dynamic shapes (#148801)
|
2025-03-13 17:30:29 +00:00 |
|
test_subclasses.py
|
[dynamo][optimizers] Install ID_GUARDED tensors into the Fx graph (#147824)
|
2025-02-28 03:22:11 +00:00 |
|
test_subgraphs.py
|
Fix unused Python variables in test/[a-d]* (#134665)
|
2024-12-13 22:13:12 +00:00 |
|
test_sys.py
|
Add sys.exc_info and sys.exception (#146498)
|
2025-02-14 13:37:14 +00:00 |
|
test_torchrec.py
|
PEP585 update - test (#145176)
|
2025-01-22 04:48:28 +00:00 |
|
test_trace_rules.py
|
dynamo: Don't crash when encountering a object with no __name__ (#147246)
|
2025-02-18 20:35:49 +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
|
fix two accuracy regression (#149172)
|
2025-03-17 19:34:00 +00:00 |
|
test_verify_correctness.py
|
|
|
|
test_view.py
|
|
|
|
utils.py
|
|
|