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
58cde5c0
Unverified
Commit
58cde5c0
authored
Mar 17, 2026
by
Andreas Karatzas
Committed by
GitHub
Mar 18, 2026
Browse files
[ROCm][CI] Skip trtllm kvfp8 dequant tests on ROCm (#37330)
Signed-off-by:
Andreas Karatzas
<
akaratza@amd.com
>
parent
761e0aa7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
tests/kernels/attention/test_trtllm_kvfp8_dequant.py
tests/kernels/attention/test_trtllm_kvfp8_dequant.py
+6
-0
No files found.
tests/kernels/attention/test_trtllm_kvfp8_dequant.py
View file @
58cde5c0
...
...
@@ -12,6 +12,12 @@ import torch
from
vllm.platforms
import
current_platform
if
current_platform
.
is_rocm
():
pytest
.
skip
(
"trtllm kvfp8 dequant is not supported on ROCm."
,
allow_module_level
=
True
,
)
FP8_DTYPE
=
current_platform
.
fp8_dtype
()
NUM_BLOCKS
=
128
...
...
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