DotCompute.Abstractions 0.1.0-alpha

This is a prerelease version of DotCompute.Abstractions.
dotnet add package DotCompute.Abstractions --version 0.1.0-alpha
                    
NuGet\Install-Package DotCompute.Abstractions -Version 0.1.0-alpha
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="DotCompute.Abstractions" Version="0.1.0-alpha" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="DotCompute.Abstractions" Version="0.1.0-alpha" />
                    
Directory.Packages.props
<PackageReference Include="DotCompute.Abstractions" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add DotCompute.Abstractions --version 0.1.0-alpha
                    
#r "nuget: DotCompute.Abstractions, 0.1.0-alpha"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package DotCompute.Abstractions@0.1.0-alpha
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=DotCompute.Abstractions&version=0.1.0-alpha&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=DotCompute.Abstractions&version=0.1.0-alpha&prerelease
                    
Install as a Cake Tool

Core abstractions and interfaces for DotCompute compute acceleration framework. Contains accelerator interfaces, kernel definitions, and memory abstractions.

Product 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (4)

Showing the top 4 NuGet packages that depend on DotCompute.Abstractions:

Package Downloads
DotCompute.Memory

Unified memory management for DotCompute. Provides zero-copy buffers, memory pooling, and cross-device memory transfers.

DotCompute.Core

Core runtime and abstractions for DotCompute compute acceleration framework. Provides kernel execution, accelerator management, and service orchestration.

DotCompute.Backends.CPU

CPU compute backend for DotCompute. Provides SIMD vectorization using AVX2/AVX512 instructions and multi-threaded kernel execution. Experimental alpha release.

DotCompute.Backends.CUDA

NVIDIA CUDA GPU backend for DotCompute. Provides GPU acceleration through CUDA with NVRTC compilation. Experimental alpha release - requires CUDA 12.0+ and NVIDIA GPU.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.1.0-alpha 68 9/5/2025