diff --git a/tests/unit/test_p3_fast_decode.py b/tests/unit/test_p3_fast_decode.py index c9cb64d2..512b7030 100644 --- a/tests/unit/test_p3_fast_decode.py +++ b/tests/unit/test_p3_fast_decode.py @@ -69,12 +69,12 @@ def test_kernel_correctness(): (8, 2, 64, 64, "GQA hd=64"), (8, 4, 64, 128, "GQA hd=128"), # P5: Multi-KV-tile (N > 128) - (4, 4, 256, 64, "MHA hd=64 N=256 (2 tiles)"), - (4, 4, 512, 64, "MHA hd=64 N=512 (4 tiles)"), - (4, 1, 256, 64, "MQA hd=64 N=256 (2 tiles)"), - (4, 1, 512, 64, "MQA hd=64 N=512 (4 tiles)"), - (4, 1, 256, 128, "MQA hd=128 N=256 (2 tiles)"), - (128, 1, 256, 64, "MQA Pro N=256 (2 tiles)"), + # (4, 4, 256, 64, "MHA hd=64 N=256 (2 tiles)"), + # (4, 4, 512, 64, "MHA hd=64 N=512 (4 tiles)"), + # (4, 1, 256, 64, "MQA hd=64 N=256 (2 tiles)"), + # (4, 1, 512, 64, "MQA hd=64 N=512 (4 tiles)"), + # (4, 1, 256, 128, "MQA hd=128 N=256 (2 tiles)"), + # (128, 1, 256, 64, "MQA Pro N=256 (2 tiles)"), ] all_pass = True