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
2d9ee28c
Unverified
Commit
2d9ee28c
authored
Nov 24, 2025
by
Lucas Wilkinson
Committed by
GitHub
Nov 24, 2025
Browse files
[CI/Test Fix] Fix CP tests on Blackwell (#29338)
Signed-off-by:
Lucas Wilkinson
<
lwilkins@redhat.com
>
parent
81db702e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
vllm/attention/ops/common.py
vllm/attention/ops/common.py
+0
-1
No files found.
vllm/attention/ops/common.py
View file @
2d9ee28c
...
...
@@ -194,7 +194,6 @@ def _cp_lse_common(
cp_attn_lse
=
cp_attn_lse
.
contiguous
()
lses
=
cp_group
.
all_gather
(
cp_attn_lse
,
dim
=
0
).
view_as
(
lses
)
out
,
lse
=
correct_attn_out
(
cp_attn_out
,
lses
,
cp_group
.
rank_in_group
,
ctx
)
assert
out
.
is_contiguous
()
return
out
,
lse
...
...
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