rocm ck flash attn api fix

This commit is contained in:
seungrokjung 2024-06-05 12:45:53 +00:00
parent 8aece3bd68
commit 1b53c70523

View File

@ -186,17 +186,12 @@ if ENGINE == "ck":
out, out,
cu_seqlens, cu_seqlens,
cu_seqlens, cu_seqlens,
None,
None,
None,
max_s, max_s,
max_s, max_s,
0.0, 0.0,
softmax_scale, softmax_scale,
False, False,
causal, True,
window_size_left,
0,
False, False,
None, None,
) )