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

ciflow/xpu/194864: [inductor] Use Inline ASM HOP in MXFP8 nested reduction test

图:PyTorch Releases

发生了什么

The MXFP8 nested-reduction test directly called the private cvt_e8m0_rceil prim, whose lowering only supports NVIDIA SM100+. This made the test fail on XPU and expanded the proposed fix into an unnecessary cross-device lowering. Use Inline ASM HOP on CUDA and ordinary tensor bit operations on XPU. This keeps the direct prim unchanged while exercising the same fused nested-reduction kernel on both backends. Test Plan…

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

为什么在扩散

来源