Skip to content

Commit 2fd1a40

Browse files
[CI/Build] Disable SiluMul NVFP4 quant fusion tests (#24121)
Signed-off-by: Matthew Bonanni <[email protected]>
1 parent 930a241 commit 2fd1a40

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.buildkite/test-pipeline.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -666,7 +666,7 @@ steps:
666666
# Quantization
667667
- pytest -v -s tests/kernels/quantization/test_cutlass_scaled_mm.py -k 'fp8'
668668
- pytest -v -s tests/kernels/quantization/test_nvfp4_quant.py
669-
- pytest -v -s tests/kernels/quantization/test_silu_nvfp4_quant_fusion.py
669+
# - pytest -v -s tests/kernels/quantization/test_silu_nvfp4_quant_fusion.py
670670
- pytest -v -s tests/kernels/quantization/test_nvfp4_scaled_mm.py
671671
- pytest -v -s tests/kernels/quantization/test_flashinfer_scaled_mm.py
672672
- pytest -v -s tests/kernels/quantization/test_flashinfer_nvfp4_scaled_mm.py
@@ -676,7 +676,7 @@ steps:
676676
- pytest -v -s tests/compile/test_fusion_all_reduce.py
677677
- pytest -v -s tests/compile/test_fusion_attn.py::test_attention_quant_pattern
678678
- pytest -v -s tests/kernels/moe/test_flashinfer.py
679-
- pytest -v -s tests/compile/test_silu_mul_quant_fusion.py
679+
# - pytest -v -s tests/compile/test_silu_mul_quant_fusion.py
680680

681681
##### 1 GPU test #####
682682
##### multi gpus test #####

0 commit comments

Comments
 (0)