Compute.Bindings.CUDA
0.2.3
.NET bindings for the NVIDIA CUDA toolkit
Install-Package Compute.Bindings.CUDA -Version 0.2.3
dotnet add package Compute.Bindings.CUDA --version 0.2.3
<PackageReference Include="Compute.Bindings.CUDA" Version="0.2.3" />
paket add Compute.Bindings.CUDA --version 0.2.3
#r "nuget: Compute.Bindings.CUDA, 0.2.3"
Compute.NET provides auto-generated bindings for native numerical computing libraries. The CUDA bindings wrap the entire NVIDIA CUDA runtime API and individual modules like cuBLAS. If you need the native CUDA dependencies:
- Install the native library package into your project:
Install-Package Compute.Winx64.CUDA
.
Compute.NET provides auto-generated bindings for native numerical computing libraries. The CUDA bindings wrap the entire NVIDIA CUDA runtime API and individual modules like cuBLAS. If you need the native CUDA dependencies:
- Install the native library package into your project:
Install-Package Compute.Winx64.CUDA
.
Release Notes
Fix buf in CUDA shared library name.
Dependencies
-
.NETStandard 2.0
- No dependencies.
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.