As every modern language, C# exposes the null reference billion dollar mistake. On the other hand, native languages such as CUDA or C/C++ expose null pointers. To mitigate that, latest versions of compilers tend to introduce some form of automatic null checks. For example, Typescript recently added a –strictNullChecks option, and C#, following a proposal, […]

READ MORE

Tags: , ,


We updated Hybridizer Essentials today. We fixed numerous bugs, and added some new features: Cublas, Cusparse and Nvblas are better supported in CUDA 9.0 and 9.1 We now support intrinsic includes Visual studio integration should be faster, due to a large code refactoring and performance improvements We added an Item template containing all the required […]

READ MORE

Tags: , ,


Since the publication in parallelforall blog, we had 500 installations. We received both great and constructive feedbacks. The most important issue was the lack of CUDA 9.1 support. This is now done with version 1.1.5685.8524 of Hybridizer Essentials. You can download it from Visual Studio Marketplace or from our release page on our github. We […]

READ MORE

Tags: ,


We’re proud to announce the release of Hybridizer Essentials, a free Visual Studio extension. Hybridizer Essentials is a Visual Studio extension providing a full-featured Hybridizer for C#/CUDA. It allows you to write C# code, keeping focus on business logic, and letting Hybridizer generate the appropriate binary to run on the GPU. We also released a […]

READ MORE

Tags: ,