[CI] Move JIT kernel tests + benchmarks to test/registered/jit; add in-package guard (#27644)

This commit is contained in:
Liangsheng Yin
2026-06-09 12:37:39 -07:00
committed by GitHub
parent 8ae328e5f0
commit 186f1e300a
121 changed files with 160 additions and 68 deletions
@@ -262,7 +262,7 @@ Finally, import and use the kernel like a regular Python function:
from sglang.jit_kernel.add_constant import add_constant
```
For a complete, runnable example, refer to [test_add_constant.py](../../python/sglang/jit_kernel/tests/test_add_constant.py).
For a complete, runnable example, refer to [test_add_constant.py](../../test/registered/jit/test_add_constant.py).
## C++ Include Library Reference