Wave Lang Blog

Tutorials, deep dives, and insights into GPU programming with Wave Lang. Learn from practical examples and expert techniques.

🔢

GEMM Tutorial: High-Performance Matrix Multiplication

Learn how to implement a highly optimized matrix multiplication kernel using Wave Lang. This comprehensive tutorial covers constraints, memory management, and performance optimization.

Latest Tutorial 15 min read
Tutorial GEMM Performance Linear Algebra

Optimizing Attention Mechanisms

Deep dive into implementing memory-efficient attention kernels with Wave Lang. Learn about Flash Attention and custom masking patterns.

Coming Soon 20 min read
Tutorial Attention Memory
🎛️

Understanding Wave Lang Constraints

Master the art of constraint-based programming in Wave Lang. Learn how to express scheduling, tiling, and hardware optimizations declaratively.

Coming Soon 12 min read
Guide Constraints Architecture