[CI] Register missing jit_kernel test files (#21547)
This commit is contained in:
@@ -9,6 +9,9 @@ from sglang.jit_kernel.benchmark.utils import (
|
|||||||
run_benchmark,
|
run_benchmark,
|
||||||
)
|
)
|
||||||
from sglang.jit_kernel.cast import downcast_fp8 as downcast_fp8_jit
|
from sglang.jit_kernel.cast import downcast_fp8 as downcast_fp8_jit
|
||||||
|
from sglang.test.ci.ci_register import register_cuda_ci
|
||||||
|
|
||||||
|
register_cuda_ci(est_time=10, suite="stage-b-kernel-benchmark-1-gpu-large")
|
||||||
|
|
||||||
DEVICE = DEFAULT_DEVICE
|
DEVICE = DEFAULT_DEVICE
|
||||||
DTYPE = torch.bfloat16
|
DTYPE = torch.bfloat16
|
||||||
|
|||||||
@@ -18,6 +18,9 @@ from sglang.jit_kernel.benchmark.utils import get_benchmark_range, run_benchmark
|
|||||||
from sglang.jit_kernel.fused_qknorm_rope import (
|
from sglang.jit_kernel.fused_qknorm_rope import (
|
||||||
fused_qk_norm_rope as fused_qk_norm_rope_jit,
|
fused_qk_norm_rope as fused_qk_norm_rope_jit,
|
||||||
)
|
)
|
||||||
|
from sglang.test.ci.ci_register import register_cuda_ci
|
||||||
|
|
||||||
|
register_cuda_ci(est_time=6, suite="stage-b-kernel-benchmark-1-gpu-large")
|
||||||
|
|
||||||
try:
|
try:
|
||||||
from sgl_kernel import fused_qk_norm_rope as fused_qk_norm_rope_aot
|
from sgl_kernel import fused_qk_norm_rope as fused_qk_norm_rope_aot
|
||||||
|
|||||||
@@ -2,6 +2,10 @@ import pytest
|
|||||||
import torch
|
import torch
|
||||||
|
|
||||||
from sglang.jit_kernel.cast import downcast_fp8
|
from sglang.jit_kernel.cast import downcast_fp8
|
||||||
|
from sglang.test.ci.ci_register import register_cuda_ci
|
||||||
|
|
||||||
|
register_cuda_ci(est_time=15, suite="stage-b-kernel-unit-1-gpu-large")
|
||||||
|
register_cuda_ci(est_time=120, suite="nightly-kernel-1-gpu", nightly=True)
|
||||||
|
|
||||||
DTYPES = [torch.bfloat16, torch.float16]
|
DTYPES = [torch.bfloat16, torch.float16]
|
||||||
|
|
||||||
|
|||||||
@@ -9,6 +9,10 @@ import pytest
|
|||||||
import torch
|
import torch
|
||||||
|
|
||||||
from sglang.jit_kernel.fused_qknorm_rope import fused_qk_norm_rope
|
from sglang.jit_kernel.fused_qknorm_rope import fused_qk_norm_rope
|
||||||
|
from sglang.test.ci.ci_register import register_cuda_ci
|
||||||
|
|
||||||
|
register_cuda_ci(est_time=35, suite="stage-b-kernel-unit-1-gpu-large")
|
||||||
|
register_cuda_ci(est_time=256, suite="nightly-kernel-1-gpu", nightly=True)
|
||||||
|
|
||||||
try:
|
try:
|
||||||
from sgl_kernel import fused_qk_norm_rope as fused_qk_norm_rope_aot
|
from sgl_kernel import fused_qk_norm_rope as fused_qk_norm_rope_aot
|
||||||
|
|||||||
Reference in New Issue
Block a user