📄️ 1. Setup & Installation
Install all prerequisites and verify your Hybridizer environment in 15 minutes.
📄️ 2. Your First Kernel
Write, build, and run your first GPU kernel — vector addition explained line by line.
📄️ 3. Understanding the Result
Debug, verify, and understand what Hybridizer generates behind the scenes.
📄️ 4. From CPU to GPU
Transform existing sequential C# code into GPU-accelerated code, step by step.
📄️ 5. Working with Images
2D kernels and stencil operations — apply a Sobel edge detector on GPU.
📄️ 6. Shared Memory & Reduction
Learn the most important GPU pattern: shared memory, synchronization, and cooperative reduction.