一键导入
diffusion-perf
Deprecated alias (merged into diffusion-kernel).
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Deprecated alias (merged into diffusion-kernel).
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Step-by-step tutorial for adding a new lightweight JIT CUDA kernel to sglang's jit_kernel module
Step-by-step tutorial for adding a heavyweight AOT CUDA/C++ kernel to sgl-kernel (including tests & benchmarks)
Guide for writing SGLang CI/UT tests following project conventions. Covers CustomTestCase, CI registration, server fixtures, model selection, and test placement. Use when creating new tests, adding CI test cases, writing unit tests, or when the user asks to add tests for SGLang features.
Index for SGLang Diffusion kernel development skills.
基于 SOC 职业分类
| name | diffusion-perf |
| description | Deprecated alias (merged into diffusion-kernel). |
| user-invocable | false |
| allowed-tools | Bash, Read |
| argument-hint | <model-path> [--prompt "..."] [--baseline baseline.json] |
This skill has been merged into the canonical docs under diffusion-kernel:
../diffusion-kernel/diffusion-benchmark-and-profile.md → Perf dump & before/after compareFollow that document as the single source of truth:
sglang generate ... --warmup --perf-dump-path <file>.jsonpython python/sglang/multimodal_gen/benchmarks/compare_perf.py <baseline.json> <new.json> to generate a PR-ready comparison table