trunk/60598ed3c8773875c0923101d54f206303b2f59f: [inductor] Fix loop-local load CSE lifetime (#194786)
- PyTorch 近 90 天出现 71 次
- PyTorch 近 90 天第 71 次发版
- 上一次:同一天稍早 · ciflow/inductor/194640: [AOTI][FlyDSL] Test composed packaged launchers (#194640)
发生了什么
Human context: fix for #194490 ) exposed by #184287 although the underlying cause was prior CSE / loop hoisting logic (and ultimately the fact that this is all tied to one very complicated file).. Triton load placement and CSE lifetime used separate heuristics. An indirect load emitted inside a loop could consequently remain cached after loop closure and be reused by an epilogue even though its temporary did not dom…
摘要按规则整理自下方来源原文