mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-06 12:20:52 +01:00
We rely on `_try_get_metadata_from_dynamo()` to get static input indices. When the meta info is missing, it just returns an empty list of static input indices. This wrong list of static input indices lead to repeated cudagraph re-recording, which looks like a hang from the user perspective. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| common.py | ||
| cudagraphs.py | ||
| debugging.py | ||
| distributed.py | ||
| inductor.py | ||
| onnxrt.py | ||
| registry.py | ||
| tensorrt.py | ||
| torchxla.py | ||
| tvm.py | ||