Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
vllm_cscc
Commits
27b80176
Unverified
Commit
27b80176
authored
Jul 02, 2025
by
Kunshang Ji
Committed by
GitHub
Jul 01, 2025
Browse files
[FIX][Intel GPU]fix ipex flash_attn_varlen_func api missing parameter (#20348)
Signed-off-by:
Kunshang Ji
<
kunshang.ji@intel.com
>
parent
9ec1e306
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
vllm/_ipex_ops.py
vllm/_ipex_ops.py
+1
-0
No files found.
vllm/_ipex_ops.py
View file @
27b80176
...
...
@@ -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.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment