DotCompute.Backends.CUDA
0.4.1-rc2
See the version list below for details.
dotnet add package DotCompute.Backends.CUDA --version 0.4.1-rc2
NuGet\Install-Package DotCompute.Backends.CUDA -Version 0.4.1-rc2
<PackageReference Include="DotCompute.Backends.CUDA" Version="0.4.1-rc2" />
<PackageVersion Include="DotCompute.Backends.CUDA" Version="0.4.1-rc2" />
<PackageReference Include="DotCompute.Backends.CUDA" />
paket add DotCompute.Backends.CUDA --version 0.4.1-rc2
#r "nuget: DotCompute.Backends.CUDA, 0.4.1-rc2"
#:package DotCompute.Backends.CUDA@0.4.1-rc2
#addin nuget:?package=DotCompute.Backends.CUDA&version=0.4.1-rc2&prerelease
#tool nuget:?package=DotCompute.Backends.CUDA&version=0.4.1-rc2&prerelease
Production-ready NVIDIA CUDA GPU backend for DotCompute. Provides GPU acceleration (21-92x speedup) through CUDA with NVRTC compilation, P2P transfers, Ring Kernels with NCCL support, and unified memory. Requires CUDA 12.0+ and Compute Capability 5.0+ NVIDIA GPU. Benchmarked on RTX 2000 Ada (CC 8.9).
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net9.0 is compatible. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net9.0
- DotCompute.Abstractions (>= 0.4.1-rc2)
- DotCompute.Core (>= 0.4.1-rc2)
- DotCompute.Plugins (>= 0.4.1-rc2)
- Microsoft.Extensions.Configuration.Abstractions (>= 9.0.10)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 9.0.10)
- Microsoft.Extensions.Logging.Abstractions (>= 9.0.10)
- Microsoft.NET.ILLink.Tasks (>= 9.0.10)
- Polly (>= 8.6.4)
- Polly.Extensions (>= 8.6.4)
- System.Runtime.InteropServices (>= 4.3.0)
NuGet packages (4)
Showing the top 4 NuGet packages that depend on DotCompute.Backends.CUDA:
| Package | Downloads |
|---|---|
|
DotCompute.Runtime
Runtime services and dependency injection integration for DotCompute. Provides kernel execution orchestration, automatic kernel discovery, service registration, and DI container integration with Microsoft.Extensions.DependencyInjection. Production-ready with comprehensive service lifetime management. |
|
|
DotCompute.Linq
GPU-accelerated LINQ extensions for DotCompute. Transparent GPU execution for LINQ queries with automatic kernel generation, fusion optimization, and Reactive Extensions support. |
|
|
Orleans.GpuBridge.Runtime
Runtime implementation for Orleans GPU Bridge - provides kernel catalog, memory management, and provider selection |
|
|
Orleans.GpuBridge.Backends.DotCompute
DotCompute backend provider for Orleans.GpuBridge.Core - Enables GPU acceleration via CUDA, OpenCL, Metal, and CPU with attribute-based kernel definition. |
GitHub repositories
This package is not used by any popular GitHub repositories.