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 distributing parallel work explicitly as you would in CUDA, you can benefit from the compute horsepower of accelerators without learning all the details of their internal architecture. Here is a simple example using Parallel.For with a lambda.
You can debug and profile this code on the GPU using NVIDIA Nsight Visual Studio Edition. Hybridizer implements advanced C# features including virtual functions and generics.
A new NVIDIA Developer Blog post by Altimesh, the creators of Hybridizer, demonstrates how you can accelerate your C# and .NET code and profile and debug it all within Visual Studio.
Read more >
Hybridizer: High-Performance C# on GPUs
Dec 15, 2017
Discuss (0)

Related resources
- GTC session: Going Deeper with Multi-GPU Scaling: Task-based Runtimes
- GTC session: Going Deeper with Multi-GPU Scaling: Task-based Runtimes
- GTC session: Profiling Hybrid CUDA/Graphics Applications using Nsight Graphics
- GTC session: Profiling Hybrid CUDA/Graphics Applications using Nsight Graphics
- GTC session: A Deep Dive Into the Latest HPC Software
- GTC session: A Deep Dive Into the Latest HPC Software