ciflow/trunk/196278: [inductor] Type AOTI eager metadata as object
- PyTorch 近 90 天出现 647 次
- PyTorch 近 90 天第 638 次发版
- 上一次:同一天稍早 · ciflow/xpu/189653
发生了什么
AOTI eager metadata dictionaries hold heterogeneous JSON and Torch values, but their private construction helpers annotated every value as Any. This allowed unchecked Any to propagate through the persistent-cache path. Use object for the heterogeneous metadata and scalar classifier, then narrow JSON containers and serialized Torch attribute names before using them. Keep the registered backend callable signatures and…
摘要按规则整理自下方来源原文