trunk/3a556df16cd8d00c7519452b60fbb1bf397ce7d2: [inductor] Type FX argument walkers as object (#196364)
- PyTorch: 690 events in the last 90 days
- PyTorch: 681th Release in the last 90 days
- Previous: earlier the same day · trunk/0ffb270eaf51525dacf87c90c3c99d4ddef751cb
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