Unverified Commit 27b80176 authored by Kunshang Ji's avatar Kunshang Ji Committed by GitHub
Browse files

[FIX][Intel GPU]fix ipex flash_attn_varlen_func api missing parameter (#20348)


Signed-off-by: default avatarKunshang Ji <kunshang.ji@intel.com>
parent 9ec1e306
......@@ -270,6 +270,7 @@ class ipex_ops:
q_descale=None,
k_descale=None,
v_descale=None,
num_splits=0,
):
if cu_seqlens_k is None:
# cu_seqlens_k is not used in ipex kernel.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment