Hybridizer v1.1.9833 Release Notes

Release Date: 2018-09-17 // over 5 years ago
    • ๐Ÿ‘ AVX/AVX2/AVX512 support!

    ๐Ÿš€ We introduced support of AVX* instruction sets for Intel/AMD CPUs. You can keep the same C# code and target your CPU instead of your NVIDIA GPU. All the code and binaries are deployed, but you'll need a special license to use them. For now, those license are reserved to special customers. You can read more about that in our blog post. This is a very large feature, so it's still in beta with restricted access.

    Commercial licenses
    You can purchase commercial licenses from our website

    ๐Ÿ’ป Command line tool

    ๐Ÿง Our command line tool has been massively improved. It's been renamed hybcc.exe on windows, and just hybridizer on linux. It now supports:

    • project files : hybridizer MyProj.csproj -run
    • all target flavors : hybridizer Main.cs -flavor [CUDA]/AVX/AVX2/AVX512 -run
    • openmp for CPU targets : hybridizer Main.cs -flavor AVX -fopenmp -run
    • verbose mode

    • Notebooks

    ๐Ÿ‘€ We added new notebooks and completed existing. See them in our github!

    • Minor improvements
      • fix license query in Visual Studio : #55
      • move files around in the installer to get a cleaner installation.
      • completed cuda types (cudaError_t)
      • a few more bug fixes.