What problem does it solve?
This Skill eliminates the steep learning curve and manual effort of developing, debugging, and optimizing high-performance GPU kernels using Triton and Gluon, which require deep expertise in GPU architecture, compiler internals, and architecture-specific optimization patterns for modern NVIDIA GPUs.
Core Features & Use Cases
- Comprehensive Reference Library: Includes local Triton/Gluon source code, step-by-step tutorials (from basic syntax to advanced features like TMA, WGMMA, and tcgen05), and production-grade kernel implementations for common workloads like matmul, attention, and quantized operations.
- End-to-End Development Support: Assists with writing new kernels, debugging correctness issues, profiling performance with roofline analysis, and converting existing CUDA kernels to Triton.
- Real-World Use Case: A developer building a high-throughput LLM serving system can use this Skill to implement a fused, persistent attention kernel optimized for Blackwell GPUs using tensor descriptors and cluster launch control.
Quick Start
Use the triton-skill to implement a FP8 persistent matmul kernel for Blackwell GPUs that uses TMA async copies and warp specialization to maximize memory bandwidth.