Hybridizer: High-Performance C# on GPUs

Originally published at: Hybridizer: High-Performance C# on GPUs | NVIDIA Technical Blog

Hybridizer is a compiler from Altimesh that lets you program GPUs and other accelerators from C# code or .NET Assembly. Using decorated symbols to express parallelism, Hybridizer generates source code or binaries optimized for multicore CPUs and GPUs. In this blog post we illustrate the CUDA target. Using parallelization patterns such as Parallel.For, or by…