From cb04b04b7ad76bd91724ee5d4ec639ce12ffe770 Mon Sep 17 00:00:00 2001 From: Matthew Bonanni Date: Tue, 2 Sep 2025 16:03:45 -0400 Subject: [PATCH 1/2] Disable test_silu_nvfp4_quant_fusion Signed-off-by: Matthew Bonanni --- .buildkite/test-pipeline.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.buildkite/test-pipeline.yaml b/.buildkite/test-pipeline.yaml index 55349e0ac932..576de884e165 100644 --- a/.buildkite/test-pipeline.yaml +++ b/.buildkite/test-pipeline.yaml @@ -666,7 +666,7 @@ steps: # Quantization - pytest -v -s tests/kernels/quantization/test_cutlass_scaled_mm.py -k 'fp8' - pytest -v -s tests/kernels/quantization/test_nvfp4_quant.py - - pytest -v -s tests/kernels/quantization/test_silu_nvfp4_quant_fusion.py + # - pytest -v -s tests/kernels/quantization/test_silu_nvfp4_quant_fusion.py - pytest -v -s tests/kernels/quantization/test_nvfp4_scaled_mm.py - pytest -v -s tests/kernels/quantization/test_flashinfer_scaled_mm.py - pytest -v -s tests/kernels/quantization/test_flashinfer_nvfp4_scaled_mm.py From 390045a6057037c5b2c7b154e7746546c8fd52d3 Mon Sep 17 00:00:00 2001 From: Matthew Bonanni Date: Tue, 2 Sep 2025 17:21:25 -0400 Subject: [PATCH 2/2] Also need to disable test_silu_mul_quant_fusion Signed-off-by: Matthew Bonanni --- .buildkite/test-pipeline.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.buildkite/test-pipeline.yaml b/.buildkite/test-pipeline.yaml index 576de884e165..be7044c41a73 100644 --- a/.buildkite/test-pipeline.yaml +++ b/.buildkite/test-pipeline.yaml @@ -676,7 +676,7 @@ steps: - pytest -v -s tests/compile/test_fusion_all_reduce.py - pytest -v -s tests/compile/test_fusion_attn.py::test_attention_quant_pattern - pytest -v -s tests/kernels/moe/test_flashinfer.py - - pytest -v -s tests/compile/test_silu_mul_quant_fusion.py + # - pytest -v -s tests/compile/test_silu_mul_quant_fusion.py ##### 1 GPU test ##### ##### multi gpus test #####