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
b37bf51e
Unverified
Commit
b37bf51e
authored
Dec 09, 2025
by
Lucas Wilkinson
Committed by
GitHub
Dec 09, 2025
Browse files
[CI/Test] Fix FP8 per-tensor quant test reference scale shape (#30352)
Signed-off-by:
Lucas Wilkinson
<
lwilkins@redhat.com
>
parent
95501a70
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
tests/kernels/quant_utils.py
tests/kernels/quant_utils.py
+1
-1
No files found.
tests/kernels/quant_utils.py
View file @
b37bf51e
...
@@ -103,7 +103,7 @@ def ref_dynamic_per_tensor_fp8_quant(
...
@@ -103,7 +103,7 @@ def ref_dynamic_per_tensor_fp8_quant(
.
clamp
(
fp8_traits_min
,
fp8_traits_max
)
.
clamp
(
fp8_traits_min
,
fp8_traits_max
)
.
to
(
FP8_DTYPE
)
.
to
(
FP8_DTYPE
)
)
)
return
ref_out
,
ref_scale
.
view
(
(
1
,
1
)
)
return
ref_out
,
ref_scale
.
view
(
1
)
def
native_w8a8_block_matmul
(
def
native_w8a8_block_matmul
(
...
...
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