pytorch/test/dynamo
2024-09-18 04:47:51 +00:00
..
mock_modules
__init__.py
mock_store_global_crossfile_inline.py [Reland] Fix inlining module-scoped store global (#132439) 2024-08-02 09:13:52 +00:00
test_activation_checkpointing.py [Traceable FSDP2][Partitioner] Must save AC output if output has a backward hook (#135727) 2024-09-14 08:45:58 +00:00
test_after_aot.py [BE][Easy][11/19] enforce style for empty lines in import segments in test/dy*/ (#129762) 2024-07-27 17:43:53 +00:00
test_aot_autograd_cache.py [inductor] calibration inductor windows uts (6/N) (#134419) 2024-08-25 20:39:34 +00:00
test_aot_autograd.py aot_autograd: copy metadata from fw to bw nodes (#126573) 2024-08-07 21:25:09 +00:00
test_autograd_function.py [Dynamo][autograd.Function] Trace fwd graph under no_grad mode (#134872) 2024-08-30 22:24:18 +00:00
test_backends.py [dynamo] Use __eq__ for backend match (#135039) 2024-09-04 03:35:18 +00:00
test_backward_higher_order_ops.py Add None return type to init -- tests rest (#132376) 2024-08-01 15:44:51 +00:00
test_base_output.py [BE][Easy][11/19] enforce style for empty lines in import segments in test/dy*/ (#129762) 2024-07-27 17:43:53 +00:00
test_bytecode_utils.py
test_compile.py Make debugging backends accept and ignore options kwargs from torch.compile (#132892) 2024-08-09 00:49:45 +00:00
test_comptime.py Improve print stack/locals printing in comptime (#133651) 2024-08-27 01:29:50 +00:00
test_config.py [BE][Easy][11/19] enforce style for empty lines in import segments in test/dy*/ (#129762) 2024-07-27 17:43:53 +00:00
test_ctx_manager.py [dynamo] support torch.nn.attention.sdpa_kernel context manager (#135404) 2024-09-12 22:04:48 +00:00
test_cudagraphs_expandable_segments.py [BE][Easy][11/19] enforce style for empty lines in import segments in test/dy*/ (#129762) 2024-07-27 17:43:53 +00:00
test_cudagraphs.py [BE][Easy][11/19] enforce style for empty lines in import segments in test/dy*/ (#129762) 2024-07-27 17:43:53 +00:00
test_debug_utils.py [BE][Easy][11/19] enforce style for empty lines in import segments in test/dy*/ (#129762) 2024-07-27 17:43:53 +00:00
test_decorators.py [dynamo] mark_static_nn_module (#134713) 2024-08-30 07:01:06 +00:00
test_deviceguard.py [BE][Easy][11/19] enforce style for empty lines in import segments in test/dy*/ (#129762) 2024-07-27 17:43:53 +00:00
test_dynamic_shapes.py [BE][Easy][11/19] enforce style for empty lines in import segments in test/dy*/ (#129762) 2024-07-27 17:43:53 +00:00
test_exc.py Include exception type qualname when rewrapping InternalTorchDynamoError (#135145) 2024-09-06 02:56:50 +00:00
test_exceptions.py Don't setup try-except handler when Dynamo compiling (#133239) 2024-09-01 22:26:46 +00:00
test_export_mutations.py Add None return type to init -- tests rest (#132376) 2024-08-01 15:44:51 +00:00
test_export.py [export] ignore mark_dynamic() in export (#135536) 2024-09-12 21:22:19 +00:00
test_frame_init.py Populate submodules of torch._C to sys.modules recursively (#132216) 2024-08-08 10:20:25 +00:00
test_functions.py [dynamo][dicts][nv-embed] Support update with kwargs (#135588) 2024-09-10 23:50:23 +00:00
test_fx_passes_pre_grad.py [BE][Easy][11/19] enforce style for empty lines in import segments in test/dy*/ (#129762) 2024-07-27 17:43:53 +00:00
test_global.py [Reland] Fix inlining module-scoped store global (#132439) 2024-08-02 09:13:52 +00:00
test_guard_manager.py [Dynamo] Adding CallFunctionNoArgsSource and (#135425) 2024-09-09 22:46:00 +00:00
test_higher_order_ops.py [hop] require hops to override __call__. (#134352) 2024-08-28 19:56:40 +00:00
test_hooks.py Revert "return state dict without optimized module (#132626)" 2024-08-20 15:54:54 +00:00
test_inline_inbuilt_nn_modules.py [BE][Easy][11/19] enforce style for empty lines in import segments in test/dy*/ (#129762) 2024-07-27 17:43:53 +00:00
test_input_attr_tracking.py Fix py codegen to delete values that don't have any users (#131028) 2024-08-01 03:18:37 +00:00
test_interop.py [BE][Easy][11/19] enforce style for empty lines in import segments in test/dy*/ (#129762) 2024-07-27 17:43:53 +00:00
test_logging.py Don't use exception chaining for BackendCompilerFailed (#135545) 2024-09-11 17:49:18 +00:00
test_minifier.py Add None return type to init (#132335) 2024-08-01 15:26:45 +00:00
test_misc.py [Dynamo] Support thread local setattr (#135443) 2024-09-14 18:52:22 +00:00
test_model_output.py [Dynamo] Fix Huggingface PretrainedConfig get non const attr (#135413) 2024-09-07 19:16:29 +00:00
test_modes.py [Dynamo] Remove ignored modes workaround (#135502) 2024-09-14 18:52:22 +00:00
test_modules.py [dynamo] recursively skip frames when Dynamo cache limit is hit (#135144) 2024-09-06 21:38:53 +00:00
test_nops.py [BE][Easy][11/19] enforce style for empty lines in import segments in test/dy*/ (#129762) 2024-07-27 17:43:53 +00:00
test_optimizers.py [BE][Easy][11/19] enforce style for empty lines in import segments in test/dy*/ (#129762) 2024-07-27 17:43:53 +00:00
test_pre_dispatch.py [BE][Easy][11/19] enforce style for empty lines in import segments in test/dy*/ (#129762) 2024-07-27 17:43:53 +00:00
test_profiler.py [PT2/Profiler] Add Context Info to Torch-Compiled Regions (#132765) 2024-08-27 04:55:04 +00:00
test_python_autograd.py [BE][Easy][11/19] enforce style for empty lines in import segments in test/dy*/ (#129762) 2024-07-27 17:43:53 +00:00
test_recompile_ux.py [BE][Easy][11/19] enforce style for empty lines in import segments in test/dy*/ (#129762) 2024-07-27 17:43:53 +00:00
test_recompiles.py [dynamo] recursively skip frames when Dynamo cache limit is hit (#135144) 2024-09-06 21:38:53 +00:00
test_reorder_logs.py
test_repros.py [dynamo] Fix support for classmethod(property(...)) (#134968) 2024-09-18 04:47:51 +00:00
test_resume.py
test_sdpa.py Grouped Query Attention (#132689) 2024-08-07 05:35:36 +00:00
test_skip_non_tensor.py Revert "Deprecate torch._utils.is_compiling() and torch._dynamo.external_utils.is_compiling() (#127690)" 2024-08-07 00:05:20 +00:00
test_sources.py remove commented out breakpoints (#135363) 2024-09-08 02:15:45 +00:00
test_structured_trace.py Log full exception trace when error raised in Dynamo (#135697) 2024-09-11 18:14:33 +00:00
test_subclasses.py [Dynamo] Automatically in-graph traceable tensor subclass ctors (#135151) 2024-09-06 12:23:38 +00:00
test_subgraphs.py [BE][Easy][11/19] enforce style for empty lines in import segments in test/dy*/ (#129762) 2024-07-27 17:43:53 +00:00
test_torchrec.py [BE][Easy][11/19] enforce style for empty lines in import segments in test/dy*/ (#129762) 2024-07-27 17:43:53 +00:00
test_trace_rules.py [inductor] calibration inductor windows uts (3/N) (#134400) 2024-08-24 23:48:50 +00:00
test_unspec.py [inductor] calibration inductor windows uts (4/N) (#134401) 2024-08-25 00:32:29 +00:00
test_utils.py
test_verify_correctness.py Add None return type to init -- tests rest (#132376) 2024-08-01 15:44:51 +00:00
test_view.py [BE][Easy][11/19] enforce style for empty lines in import segments in test/dy*/ (#129762) 2024-07-27 17:43:53 +00:00
utils.py [BE][Easy][11/19] enforce style for empty lines in import segments in test/dy*/ (#129762) 2024-07-27 17:43:53 +00:00