Skip to content

Commit a38c1bf

Browse files
authored
[ci] Rename test_mxfp4_moe.py to test_ocp_mx_moe.py (#26364)
Signed-off-by: Felix Marty <Felix.Marty@amd.com>
1 parent 320feae commit a38c1bf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.buildkite/test-pipeline.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -829,7 +829,7 @@ steps:
829829
- pytest -v -s tests/kernels/quantization/test_flashinfer_scaled_mm.py
830830
- pytest -v -s tests/kernels/quantization/test_flashinfer_nvfp4_scaled_mm.py
831831
- pytest -v -s tests/kernels/moe/test_nvfp4_moe.py
832-
- pytest -v -s tests/kernels/moe/test_mxfp4_moe.py
832+
- pytest -v -s tests/kernels/moe/test_ocp_mx_moe.py
833833
# Fusion
834834
- pytest -v -s tests/compile/test_fusion_all_reduce.py
835835
- pytest -v -s tests/compile/test_fusion_attn.py::test_attention_quant_pattern

tests/quantization/test_quark.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
55
Run `pytest tests/quantization/test_quark.py`.
66
7-
See also `tests/kernels/moe/test_mxfp4_moe.py`.
7+
See also `tests/kernels/moe/test_ocp_mx_moe.py`.
88
"""
99

1010
import importlib.metadata

0 commit comments

Comments
 (0)