mirror of
https://github.com/saymrwulf/pytorch.git
synced 2026-05-14 20:57:59 +00:00
Moves `TransformGetItemToIndex` to a file where dynamo stores other traceable HOP concepts. (We don't trace through torch.* modules by default) Tracing through the mode required fixing a bug in dynamo autograd function, which fixed a graph break, which caused the autograd test failures (skipping for now and will file an issue) Previously those tests were in essence running in eager, because dynamo would fallback due to an arg mismatch error. Pull Request resolved: https://github.com/pytorch/pytorch/pull/137120 Approved by: https://github.com/yanboliang, https://github.com/malfet ghstack dependencies: #137114, #137115, #137116, #137117 |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| associative_scan.py | ||
| auto_functionalize.py | ||
| cond.py | ||
| effects.py | ||
| executorch_call_delegate.py | ||
| flex_attention.py | ||
| hints_wrap.py | ||
| map.py | ||
| out_dtype.py | ||
| run_const_graph.py | ||
| scan.py | ||
| strict_mode.py | ||
| torchbind.py | ||
| triton_kernel_wrap.py | ||
| utils.py | ||
| while_loop.py | ||
| wrap.py | ||