pytorch/test/dynamo
2023-03-27 06:12:43 +00:00
..
mock_modules
__init__.py
test_aot_autograd.py aot autograd: handle detach() and no_grad() mutations on input (#95980) 2023-03-08 16:11:06 +00:00
test_backends.py Default to aot_eager for torch.compile on MPS (#96980) 2023-03-25 14:21:39 +00:00
test_comptime.py Add a convenience shortcut for accessing size on ComptimeVar (#95404) 2023-02-27 02:02:02 +00:00
test_cudagraphs.py
test_dynamic_shapes.py [primTorch] handle out in sort meta function (#96719) 2023-03-16 07:38:53 +00:00
test_export.py Fail fast when dynamo attempts to add unspecialized int/float as additional graph inputs (#96786) 2023-03-17 21:15:18 +00:00
test_export_mutations.py
test_functions.py Default to aot_eager for torch.compile on MPS (#96980) 2023-03-25 14:21:39 +00:00
test_global.py
test_global_declaration.py
test_interop.py
test_logging.py Changed logging in aotautograd a little (#97289) 2023-03-22 09:33:30 +00:00
test_minifier.py
test_misc.py [Dynamo] Unspec int list if enabling dynamic_shapes (#97557) 2023-03-27 06:12:43 +00:00
test_model_output.py
test_modules.py [Dynamo] Support nn.Module.named_children (#97216) 2023-03-22 01:43:10 +00:00
test_nops.py
test_optimizers.py Remove pytest block list (#96698) 2023-03-16 04:22:42 +00:00
test_python_autograd.py
test_recompile_ux.py
test_replay_record.py
test_repros.py [Dynamo] throw better error message if assert with non-string message (#97297) 2023-03-22 02:24:04 +00:00
test_skip_non_tensor.py
test_subgraphs.py Make int unspecialization actually work (#95621) 2023-03-04 01:22:08 +00:00
test_unspec.py Default specialize_int to False (#96624) 2023-03-16 02:54:18 +00:00
test_verify_correctness.py