← Back to events
ActiveAIRelease

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

What happened

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…

Summary assembled by rule from the sources below

Why it's spreading

Sources