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

ciflow/torchtitan/194833: [inductor] Fix loop-local load CSE lifetime (#194786)

发生了什么

Manual cherry-pick of 60598ed ( #194786 ) onto release/2.14. Triton load placement and CSE lifetime used separate heuristics. An indirect load emitted inside a loop could remain cached after loop closure and be reused by an epilogue even though its temporary did not dominate that use. Use the selected load buffer as the source of truth for whether a CSE value survives loop closure, and stop hoisting loads that carry…

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

为什么在扩散

来源