You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hot fix after #4811; don't create vector with only one element (#4831)
To avoid:
```bash
inductor/test_flex_decoding.py::TestFlexDecodingXPU::test_builtin_score_mods_different_block_size_float32_score_mod1_BLOCK_SIZE2_xpu_float32 L0 build module failed. Log:
error: undefined reference to `_Z25__spirv_RoundFToTF32INTELDv1_f'
in function: '__spirv_RoundFToTF32INTEL(float vector[1])' called by kernel: 'triton_tem_fused_0'
error: backend compiler failed build.
Error during Intel loadBinary: ZE_RESULT_ERROR_MODULE_BUILD_FAILURE
```
CI Flex attn:
https://github.com/intel/intel-xpu-backend-for-triton/actions/runs/16691809088
(4h38m, no more these issues)
Flex decoding:
https://github.com/intel/intel-xpu-backend-for-triton/actions/runs/16691844598
(2h58m, no more these issues)
Signed-off-by: Anatoly Myachev <[email protected]>
0 commit comments