Info
Version: | 10.0.0 |
Author(s): | ManagedCuda |
Last Update: | Wednesday, August 14, 2019 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/ManagedCuda |
Install
Install-Package ManagedCuda
dotnet add package ManagedCuda
paket add ManagedCuda
ManagedCuda Download (Unzip the "nupkg" after downloading)
Dependencies
- System.Drawing.Common(>= 4.5.1)
Tags
Please install package version which based in CUDA installation. Original author: https://kunzmi.github.io/managedCuda/
ManagedCuda combines Cuda's GPU computing power with the comfort of managed .net code.
While offering access to the entire feature set of Cuda's driver API, managedCuda has type safe wrapper classes for every handle defined by the API. ManagedCuda also includes wrappers for all Cuda based libraries, as there were CUFFT, CURAND, CUSPARSE, CUBLAS, CUSOLVE, NPP and NVRTC.