[ROCm] gfx1201 compilation failure - v_cmp_u_f32 invalid
## flash-attn gfx1201 不支援
嘗試安裝 flash-attn 加速:
```
pip install flash-attn --no-build-isolation
```
**結果:編譯失敗**
```
invalid operand for instruction
v_cmp_u_f32 s[2:3], v18, v18
20 errors generated when compiling for gfx1201
```
原因:composable_kernel 的 bfloat16 組合語言指令不支援 gfx1201。這是 flash-attn 尚未對 gfx1201 最佳化的問題,目前無解。
5 条评论