trunk/3a556df16cd8d00c7519452b60fbb1bf397ce7d2: [inductor] Type FX argument walkers as object (#196364)
- PyTorch 近 90 天出现 690 次
- PyTorch 近 90 天第 681 次发版
- 上一次:同一天稍早 · trunk/0ffb270eaf51525dacf87c90c3c99d4ddef751cb
发生了什么
Summary Several private Inductor helpers used Any for heterogeneous values that they only traverse, compare, or classify. This let unchecked operations flow through recursive FX and pytree walkers. This PR: uses object for opaque recursive leaves and dependency-query inputs preserves known FX argument-tree structure with torch.fx.node.Argument narrows collection, symbolic, and tensor pairs before accessing their int…
摘要按规则整理自下方来源原文