sglang-diffusion-ako4all-kernel

Automate AKO4ALL optimization loops for SGLang diffusion kernels with benchmarking and denoise validation.

Updated May 14, 2026
One-click install
npx skills add https://github.com/sqjian/sglang --skill sglang-diffusion-ako4all-kernel-sqjian
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sglang-diffusion-ako4all-kernel
Source: https://github.com/sqjian/sglang/tree/main/python/sglang/multimodal_gen/.claude/skills/sglang-diffusion-ako4all-kernel
Command: npx skills add https://github.com/sqjian/sglang --skill sglang-diffusion-ako4all-kernel-sqjian

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the AKO4ALL-based optimization loop for an existing SGLang diffusion kernel, including harness creation, benchmarking, and end-to-end denoise validation.

Core Features & Use Cases

  • Bootstrap a custom AKO4ALL harness that mirrors the real kernel flow in SGLang.
  • Run baseline microbenchmarks, iterative kernel tuning, and model-level denoise validation.
  • Ensure repo hygiene and synchronization with upstream AKO4ALL for reproducible results.

Quick Start

Run the AKO4ALL kernel optimization loop against your SGLang diffusion kernel.

Frequently Asked Questions about sglang-diffusion-ako4all-kernel

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate the AKO4ALL optimization loop for an SGLang diffusion kernel?

To automate the AKO4ALL optimization loop for an SGLang diffusion kernel, use this Skill to bootstrap a custom harness, run baseline microbenchmarks, execute iterative tuning, and validate end-to-end denoise results.

What is needed to establish a reproducible AKO4ALL workflow for diffusion kernel tuning?

Establishing a reproducible AKO4ALL workflow requires a clean AKO4ALL setup, a mirrored kernel structure across input, reference, solution, and bench directories, and iterative logging in ITERATIONS.md to guide convergence.

How does end-to-end denoise validation work when tuning SGLang diffusion kernels?

End-to-end denoise validation works by running model-level checks after iterative kernel tuning to ensure the optimized SGLang diffusion kernel maintains correct output quality while achieving performance improvements.

Can I use this AKO4ALL harness to benchmark an existing SGLang diffusion kernel?

Yes, you can use this harness to benchmark an existing SGLang diffusion kernel by bootstrapping a custom test environment that mirrors the real kernel flow and running baseline microbenchmarks against it.

What is the best way to maintain repo hygiene during AKO4ALL kernel optimization?

The best way to maintain repo hygiene during AKO4ALL kernel optimization is to refresh the sibling AKO4ALL repository to ensure clean baselines and synchronize with upstream changes for reproducible results.

Why do I need to log iterations in ITERATIONS.md during diffusion kernel tuning?

You need to log iterations in ITERATIONS.md during diffusion kernel tuning because it provides a structured history of changes and benchmark results, which guides rapid convergence towards optimal performance.