pytorch/torch/_dynamo
Edward Z. Yang dcefc8f90f Implement guard_source on RandomValueSource (#89711)
I audited the pattern matches on the enum and it didn't
look like this one should apply there.

Sorry, no test, I know this matters on symbolic-shapes branch
but I haven't had time to extract out a minimal reproducer.
Take my word for it.

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

Pull Request resolved: https://github.com/pytorch/pytorch/pull/89711
Approved by: https://github.com/jansel
2022-11-28 00:32:48 +00:00
..
optimizations Don't suppress exceptions from backends (#89656) 2022-11-26 03:18:05 +00:00
variables Access named parameters/buffers/etc via getattr rather than index (#89625) 2022-11-28 00:19:48 +00:00
__init__.py Add torch._dynamo to docs (#89510) 2022-11-23 16:33:13 +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 Remove fake_tensor_propagation (#89646) 2022-11-25 03:27:32 +00:00
convert_frame.py Delay verify correctness wrapping to call site. (#89662) 2022-11-25 20:43:11 +00:00
debug_utils.py [dynamo][reland] API Support for nn.Module (#89113) 2022-11-17 02:03:48 +00:00
eval_frame.py Delay verify correctness wrapping to call site. (#89662) 2022-11-25 20:43:11 +00:00
exc.py Fix all references to torchdynamo from the merge (#87731) 2022-10-31 06:51:07 +00:00
guards.py Implement guard_source on RandomValueSource (#89711) 2022-11-28 00:32:48 +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 Delay verify correctness wrapping to call site. (#89662) 2022-11-25 20:43:11 +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 Disable optimizer tracing, enable for tests only (#89500) 2022-11-24 04:15:34 +00:00
source.py Implement guard_source on RandomValueSource (#89711) 2022-11-28 00:32:48 +00:00
symbolic_convert.py Remove fake_tensors_available (#89637) 2022-11-24 19:28:10 +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 Remove fake_tensor_propagation (#89646) 2022-11-25 03:27:32 +00:00