Kernel Triton Writing

ONLY for OpenAI Triton (@triton.jit) kernel development. NEVER use for CUDA C++ kernels, TileIR, or profiling tools (ncu, nsys). The user's request must involve Triton explicitly. Covers Triton-specific patterns: fused elementwise, reductions (softmax, LayerNorm, RMSNorm), tiled GEMM with triton.autotune, and flash attention. Workflow: design, write, verify (with fast-path for explicit requests).

wenyi-li Updated

File contents

wenyi-li/awesome-agent-kernel-skills/tree/main/kernel-triton-writing commit 30d091b0b8

Frequently asked questions

npx skillmds@latest add wenyi-li/kernel-triton-writing