📄️ Hello World: Vector Addition
Your first Hybridizer program — accelerate a vector addition from C# to GPU.
📄️ Mandelbrot Set
2D kernel with helper functions — computing a fractal on GPU from C#.
📄️ Parallel Reduction
Shared memory, synchronization, and atomics — a classic GPU pattern in Hybridizer.
📄️ Sobel Edge Detection
2D image processing with stencil operations on GPU.
📄️ Black-Scholes Option Pricing
A real-world finance application — pricing millions of European options on GPU.
📄️ CUDA Streams
Overlapping compute and memory transfers with multiple streams.
📄️ Constant Memory
Using GPU constant memory for read-only coefficients.
📄️ Generic Reduction
Template-based reusable reduction using generics and HybridTemplateConcept.
📄️ Lambda Reduction
Using delegates and lambdas with Hybridizer — capabilities and performance implications.