viable/strict/1789537822: [Inductor] Preserve fp32 compute promotion in value_expr (#197132)
- PyTorch 近 90 天出现 1034 次
- PyTorch 近 90 天第 1023 次发版
- 上一次:同一天稍早 · ciflow/xpu/196910
发生了什么
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…
摘要按规则整理自下方来源原文