viable/strict/1790342912: [inductor] Codegen backed SymInt input runtime asserts (#185588)
- PyTorch 近 90 天出现 1475 次
- PyTorch 近 90 天第 1456 次发版
- 上一次:同一天稍早 · trunk/377ffb934bd31a1538eb67a5ee1bc5cba10a4660: AArch64: FP16 matmul (#198498)
发生了什么
When prefer_deferred_runtime_asserts_over_guards=True, Dynamo records backed-SymInt shape checks as deferred runtime asserts instead of guards. FX materializes those backed-only checks as input-graph aten._assert_scalar nodes, but regular Inductor lowering dropped those nodes. Only the AOTI full-runtime-assert path converted input-graph _assert_scalar nodes into wrapper AssertScalar operations, and the unbacked-symb…
摘要按规则整理自下方来源原文