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
3ed7b1e6
Unverified
Commit
3ed7b1e6
authored
Mar 17, 2026
by
Andreas Karatzas
Committed by
GitHub
Mar 17, 2026
Browse files
[ROCm] Validate block_size for explicitly selected attention backends (#36846)
Signed-off-by:
Andreas Karatzas
<
akaratza@amd.com
>
parent
e8f9dbc3
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
vllm/platforms/rocm.py
vllm/platforms/rocm.py
+0
-2
No files found.
vllm/platforms/rocm.py
View file @
3ed7b1e6
...
@@ -438,8 +438,6 @@ class RocmPlatform(Platform):
...
@@ -438,8 +438,6 @@ class RocmPlatform(Platform):
device_capability
=
cls
.
get_device_capability
()
device_capability
=
cls
.
get_device_capability
()
assert
device_capability
is
not
None
assert
device_capability
is
not
None
attn_selector_config
=
attn_selector_config
.
_replace
(
block_size
=
None
)
# First try checking just the selected backend, if there is one.
# First try checking just the selected backend, if there is one.
if
selected_backend
is
not
None
:
if
selected_backend
is
not
None
:
try
:
try
:
...
...
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