pytorch/torch/_dynamo
Edward Z. Yang 7c811efab7 Add support for dynamic kwarg to torch._dynamo.optimize (#89290)
This is an easier way to enable dynamic shapes for a region.

Signed-off-by: Edward Z. Yang <ezyang@fb.com>

Pull Request resolved: https://github.com/pytorch/pytorch/pull/89290
Approved by: https://github.com/soumith, https://github.com/jansel, https://github.com/voznesenskym
2022-11-19 23:51:02 +00:00
..
optimizations [dynamo] Port all pytorch/dynamo and test/dynamo pieces over from symbolic-shapes branch (#88768) 2022-11-13 04:50:21 +00:00
variables [dynamo] mutable local caching to make dynamo faster at tracing mutation (#89170) 2022-11-19 01:47:48 +00:00
__init__.py [dynamo][reland] API Support for nn.Module (#89113) 2022-11-17 02:03:48 +00:00
allowed_functions.py Graph-break on FSDP in dynamo (#87420) 2022-10-25 17:07:44 +00:00
bytecode_analysis.py Fix line numbers bug (#87247) 2022-10-19 22:44:01 +00:00
bytecode_transformation.py Fix line numbers bug (#87247) 2022-10-19 22:44:01 +00:00
codegen.py [dynamo] Port all pytorch/dynamo and test/dynamo pieces over from symbolic-shapes branch (#88768) 2022-11-13 04:50:21 +00:00
config.py Rewrite assert statement with torch._assert under config (#88246) 2022-11-17 19:49:31 +00:00
convert_frame.py [reland][dynamo] fixes dict changed during runtime error (#88877) 2022-11-13 16:20:45 +00:00
debug_utils.py [dynamo][reland] API Support for nn.Module (#89113) 2022-11-17 02:03:48 +00:00
eval_frame.py Add support for dynamic kwarg to torch._dynamo.optimize (#89290) 2022-11-19 23:51:02 +00:00
exc.py Fix all references to torchdynamo from the merge (#87731) 2022-10-31 06:51:07 +00:00
guards.py [dynamo] Port all pytorch/dynamo and test/dynamo pieces over from symbolic-shapes branch (#88768) 2022-11-13 04:50:21 +00:00
logging.py Fix CODE level usage in dynamo config.py (#87522) 2022-10-25 22:47:54 +00:00
mutation_guard.py
output_graph.py Don't iterate over graph when adding graph input (#89084) 2022-11-16 00:08:34 +00:00
profiler.py
replay_record.py
resume_execution.py
side_effects.py [dynamo] mutable local caching to make dynamo faster at tracing mutation (#89170) 2022-11-19 01:47:48 +00:00
skipfiles.py Graph-break on FSDP in dynamo (#87420) 2022-10-25 17:07:44 +00:00
source.py
symbolic_convert.py [dynamo] mutable local caching to make dynamo faster at tracing mutation (#89170) 2022-11-19 01:47:48 +00:00
test_case.py [dynamo] Unify raise_on_* config to suppress_errors and raise by default (#87440) 2022-10-21 17:03:29 +00:00
test_minifier_common.py Add comprehensive minifier tests (#88022) 2022-11-17 02:02:29 +00:00
testing.py [dashboard][huggingface] skip accuracy checks for really large models… (#89273) 2022-11-19 00:22:45 +00:00
utils.py Fix try/except flow where DataDependentOutputException is getting wrapped in a RuntimeError (#89314) 2022-11-19 07:16:29 +00:00