pytorch/test/dynamo
2025-01-25 04:12:45 +00:00
..
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
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 Revert "[compiled autograd] Proxy opaque nodes for built-in autograd nodes (#143296)" 2025-01-23 23:34:13 +00:00
test_base_output.py
test_bytecode_utils.py
test_compile.py easy: Fix missing tab in test/dynamo/test_compile.py (#145013) 2025-01-16 22:51:51 +00:00
test_compiler_bisector.py
test_comptime.py
test_config.py
test_ctx_manager.py
test_cudagraphs.py
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
test_deviceguard.py
test_dicts.py [dynamo][dicts] Insert LENTGH guard on an if condition on dict (#145432) 2025-01-23 04:40:56 +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 speculation_log: Raise a unique error for divergence issues (#144785) 2025-01-16 00:49:43 +00:00
test_export.py PEP585 update - test (#145176) 2025-01-22 04:48:28 +00:00
test_export_mutations.py
test_frame_init.py
test_functions.py [dynamo] Support fx map_aggregate (#145351) 2025-01-23 03:19:30 +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
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][dicts] Consolidate dict(..) construction (#144342) 2025-01-20 04:42:06 +00:00
test_hooks.py
test_input_attr_tracking.py
test_interop.py
test_logging.py Dynamic shape guards in C++ (#139899) 2025-01-22 14:58:35 +00:00
test_metrics_context.py
test_minifier.py
test_misc.py Bail on checking internal overlap when dealing with unbacked symints (#145385) 2025-01-23 22:31:31 +00:00
test_model_output.py
test_modes.py
test_modules.py PEP585 update - test (#145176) 2025-01-22 04:48:28 +00:00
test_nops.py
test_optimizers.py
test_pgo.py
test_pre_dispatch.py
test_prim_hop_base.py
test_profiler.py
test_python_autograd.py PEP585 update - test (#145176) 2025-01-22 04:48:28 +00:00
test_python_dispatcher.py [Trace Python Dispatcher] Support FuncTorchInterpreter (#144444) 2025-01-17 02:26:37 +00:00
test_recompile_ux.py
test_recompiles.py
test_reconstruct.py PEP585 update - test (#145176) 2025-01-22 04:48:28 +00:00
test_reorder_logs.py
test_repros.py [Dynamo] Allow format() to handle int (#144956) 2025-01-25 04:12:45 +00:00
test_resume.py
test_sdpa.py
test_skip_guard_eval_unsafe.py
test_skip_non_tensor.py
test_sources.py [Codemod][AddExplicitStrictExportArg] caffe2/test (#143688) 2024-12-27 07:58:44 +00:00
test_structured_trace.py Disable scuba logging for autotuning (#144568) 2025-01-12 15:47:14 +00:00
test_subclasses.py PEP585 update - test (#145176) 2025-01-22 04:48:28 +00:00
test_subgraphs.py
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 Adapt Dynamo tests to HPUs using instantiate_device_type_tests (#144387) 2025-01-23 09:24:42 +00:00
test_utils.py [dynamo] Log guard latency (#145132) 2025-01-25 03:01:18 +00:00
test_verify_correctness.py
test_view.py
utils.py