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

trunk/4afcdd7d224e03231a990eb8e62cf23c339d36c3: [Inductor] Preserve fp32 compute promotion in value_expr (#197132)

发生了什么

Fix for the bf16/fp16 floor-division compile crash - apply bf16/fp16 upcasting for value expr: #197002 . We correctly infer this is a value expr, not index expr, but need to upcast bf/fp16 to match compute type. Authored with assistance from Codex. Compiling floor division of an arange cast to fp16 or bf16 can fail because Triton's libdevice.isinf receives a low-precision operand. value_expr was casting the result b…

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

为什么在扩散

来源