← 返回事件
持续讨论AI发版

trunk/3a556df16cd8d00c7519452b60fbb1bf397ce7d2: [inductor] Type FX argument walkers as object (#196364)

发生了什么

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…

摘要按规则整理自下方来源原文

为什么在扩散

来源