Kernel Triton Writing

OpenAI Triton (@triton.jit) kernel development for inference/training ops. NEVER use for CUDA C++, TileIR, or profiling tools (ncu, nsys). Covers fused elementwise, reductions (softmax, LayerNorm, RMSNorm), tiled GEMM with triton.autotune, and flash attention. Workflow: design, write, verify. Use when implementing custom attention, MoE, or KV-cache kernels in vLLM / SGLang stacks. Triggers include "write triton kernel", "Triton GEMM".

Saddss Updated

File contents

Saddss/cursor-skills/tree/main/skills/kernel-triton-writing commit 3e6be1ff6f

Frequently asked questions

npx skillmds@latest add saddss/kernel-triton-writing