[Test] Drop dead and strictly-subsumed CI test registrations (#40264)
This commit is contained in:
@@ -2,7 +2,6 @@ import pytest
|
||||
|
||||
from sglang.srt.environ import envs
|
||||
from sglang.srt.layers.quantization.unquant import (
|
||||
_BF16_SPLITK_TUNED_TACTICS,
|
||||
Bf16GemmBackend,
|
||||
should_enable_bf16_splitk_gemm,
|
||||
use_bf16_splitk_gemm,
|
||||
@@ -12,11 +11,6 @@ from sglang.test.ci.ci_register import register_cpu_ci
|
||||
register_cpu_ci(est_time=11, suite="base-a-test-cpu")
|
||||
|
||||
|
||||
@pytest.mark.parametrize("m,n,k", _BF16_SPLITK_TUNED_TACTICS)
|
||||
def test_splitk_selects_tuned_oakhaven_shape(m: int, n: int, k: int):
|
||||
assert use_bf16_splitk_gemm(m, n, k)
|
||||
|
||||
|
||||
@pytest.mark.parametrize("m", [0, 33, 64])
|
||||
@pytest.mark.parametrize("n,k", [(256, 8192), (512, 8192), (2304, 8192), (2560, 8192)])
|
||||
def test_splitk_keeps_large_m_on_existing_path(m: int, n: int, k: int):
|
||||
|
||||
Reference in New Issue
Block a user