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)
AI-Generated Summary
- Hybridizer is a compiler from Altimesh that allows developers to program GPUs and other accelerators using C# code or .NET Assembly.
- Using Hybridizer, developers can express parallelism with decorated symbols and generate optimized source code or binaries for multicore CPUs and GPUs, including CUDA targets.
- Hybridizer enables debugging and profiling of the generated code on the GPU using NVIDIA NSIGHT Visual Studio Edition.
AI-generated content may summarize information incompletely. Verify important information. Learn more