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
c37c0af9
Unverified
Commit
c37c0af9
authored
Aug 27, 2025
by
Jiangyun Zhu
Committed by
GitHub
Aug 26, 2025
Browse files
[Misc] Fix comments in `tests/kernels/quantization` (#23675)
Signed-off-by:
zjy0516
<
riverclouds.zhu@qq.com
>
parent
9715f7bb
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
7 additions
and
7 deletions
+7
-7
tests/kernels/quantization/test_awq_triton.py
tests/kernels/quantization/test_awq_triton.py
+1
-1
tests/kernels/quantization/test_cutlass_2of4_sparse.py
tests/kernels/quantization/test_cutlass_2of4_sparse.py
+1
-1
tests/kernels/quantization/test_cutlass_scaled_mm.py
tests/kernels/quantization/test_cutlass_scaled_mm.py
+1
-1
tests/kernels/quantization/test_cutlass_w4a8.py
tests/kernels/quantization/test_cutlass_w4a8.py
+1
-1
tests/kernels/quantization/test_machete_mm.py
tests/kernels/quantization/test_machete_mm.py
+1
-1
tests/kernels/quantization/test_marlin_gemm.py
tests/kernels/quantization/test_marlin_gemm.py
+1
-1
tests/kernels/quantization/test_triton_scaled_mm.py
tests/kernels/quantization/test_triton_scaled_mm.py
+1
-1
No files found.
tests/kernels/quantization/test_awq_triton.py
View file @
c37c0af9
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
# SPDX-FileCopyrightText: Copyright contributors to the vLLM project
# SPDX-FileCopyrightText: Copyright contributors to the vLLM project
"""Tests for the AWQ Triton kernel.
"""Tests for the AWQ Triton kernel.
Run `pytest tests/kernels/test_awq_triton.py`.
Run `pytest tests/kernels/
quantization/
test_awq_triton.py`.
"""
"""
import
pytest
import
pytest
import
torch
import
torch
...
...
tests/kernels/quantization/test_cutlass_2of4_sparse.py
View file @
c37c0af9
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
# SPDX-FileCopyrightText: Copyright contributors to the vLLM project
# SPDX-FileCopyrightText: Copyright contributors to the vLLM project
"""Tests for sparse cutlass kernels
"""Tests for sparse cutlass kernels
Run `pytest tests/kernels/
test_semi_structured
.py`.
Run `pytest tests/kernels/
quantization/test_cutlass_2of4_sparse
.py`.
"""
"""
import
pytest
import
pytest
...
...
tests/kernels/quantization/test_cutlass_scaled_mm.py
View file @
c37c0af9
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
# SPDX-FileCopyrightText: Copyright contributors to the vLLM project
# SPDX-FileCopyrightText: Copyright contributors to the vLLM project
"""Tests for cutlass kernels
"""Tests for cutlass kernels
Run `pytest tests/kernels/test_cutlass.py`.
Run `pytest tests/kernels/
quantization/
test_cutlass
_scaled_mm
.py`.
"""
"""
import
random
import
random
...
...
tests/kernels/quantization/test_cutlass_w4a8.py
View file @
c37c0af9
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
# SPDX-FileCopyrightText: Copyright contributors to the vLLM project
# SPDX-FileCopyrightText: Copyright contributors to the vLLM project
"""Tests for the CUTLASS W4A8 kernel.
"""Tests for the CUTLASS W4A8 kernel.
Run `pytest tests/kernels/test_cutlass_w4a8.py`.
Run `pytest tests/kernels/
quantization/
test_cutlass_w4a8.py`.
"""
"""
from
dataclasses
import
dataclass
from
dataclasses
import
dataclass
...
...
tests/kernels/quantization/test_machete_mm.py
View file @
c37c0af9
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
# SPDX-FileCopyrightText: Copyright contributors to the vLLM project
# SPDX-FileCopyrightText: Copyright contributors to the vLLM project
"""Tests for the machete kernel.
"""Tests for the machete kernel.
Run `pytest tests/kernels/test_machete_mm.py`.
Run `pytest tests/kernels/
quantization/
test_machete_mm.py`.
"""
"""
import
math
import
math
...
...
tests/kernels/quantization/test_marlin_gemm.py
View file @
c37c0af9
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
# SPDX-FileCopyrightText: Copyright contributors to the vLLM project
# SPDX-FileCopyrightText: Copyright contributors to the vLLM project
"""Tests for the marlin kernel.
"""Tests for the marlin kernel.
Run `pytest tests/kernels/
marli
n/test_marlin_gemm.py`.
Run `pytest tests/kernels/
quantizatio
n/test_marlin_gemm.py`.
"""
"""
import
pytest
import
pytest
import
torch
import
torch
...
...
tests/kernels/quantization/test_triton_scaled_mm.py
View file @
c37c0af9
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
# SPDX-FileCopyrightText: Copyright contributors to the vLLM project
# SPDX-FileCopyrightText: Copyright contributors to the vLLM project
"""Tests for the triton_scaled_mm kernel
"""Tests for the triton_scaled_mm kernel
Run `pytest tests/kernels/test_triton_scaled_mm.py`.
Run `pytest tests/kernels/
quantization/
test_triton_scaled_mm.py`.
"""
"""
import
importlib
import
importlib
from
typing
import
Optional
from
typing
import
Optional
...
...
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