MKL.NET
0.2.3-preview
See the version list below for details.
dotnet add package MKL.NET --version 0.2.3-preview
NuGet\Install-Package MKL.NET -Version 0.2.3-preview
<PackageReference Include="MKL.NET" Version="0.2.3-preview" />
paket add MKL.NET --version 0.2.3-preview
#r "nuget: MKL.NET, 0.2.3-preview"
// Install MKL.NET as a Cake Addin #addin nuget:?package=MKL.NET&version=0.2.3-preview&prerelease // Install MKL.NET as a Cake Tool #tool nuget:?package=MKL.NET&version=0.2.3-preview&prerelease
A simple cross platform .NET API for Intel MKL.
Reference the MKL.NET package and required runtime packages and use the static MKL functions. The correct native libraries will be included and loaded at runtime.
Exposing functions from MKL keeping the syntax as close to the c developer reference as possible:
https://software.intel.com/content/www/us/en/develop/documentation/mkl-developer-reference-c/top.html
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.0
- No dependencies.
NuGet packages (8)
Showing the top 5 NuGet packages that depend on MKL.NET:
Package | Downloads |
---|---|
MKL.NET.Matrix
Performance and memory optimised matrix algebra library based on cross platform MKL.NET. - Matrix expressions are optimised to perform intermediate calculations inplace and reuse memory. - Operations such as scale, transpose, +, * are combined into single MKL calls. - Intermediate matrices are disposed (or reused) automatically. - ArrayPool underlying memory model using IDisposable and Finalizers. - Uses the Pinned Object Heap for net6.0. |
|
ParallelReverseAutoDiff
A library for parallelized reverse mode automatic differentiation in C# for custom neural network development. |
|
MKL.NET.Optimization
Optimization and root finding based on cross platform MKL.NET. |
|
ParallelReverseAutoDiffLite
A lightweight library for parallelized reverse mode automatic differentiation in C# for custom neural network development using single-precision. |
|
RyzhkovCNN.Model
Package Description |
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on MKL.NET:
Repository | Stars |
---|---|
jdermody/brightwire
Bright Wire is an open source machine learning library for .NET with GPU support (via CUDA)
|
Version | Downloads | Last updated |
---|---|---|
1.6.0 | 440 | 9/22/2024 |
1.5.0 | 3,001 | 8/21/2023 |
1.4.1 | 5,216 | 4/9/2023 |
1.4.0 | 644 | 2/8/2023 |
1.3.2 | 26,581 | 9/28/2021 |
1.3.1 | 408 | 9/27/2021 |
1.3.0 | 1,275 | 9/26/2021 |
1.2.3 | 1,384 | 8/26/2021 |
1.2.2 | 388 | 8/25/2021 |
1.2.1 | 2,311 | 6/23/2021 |
1.2.0 | 376 | 6/20/2021 |
1.2.0-rc1 | 310 | 6/18/2021 |
1.1.3 | 2,079 | 6/9/2021 |
1.1.2 | 430 | 6/8/2021 |
1.1.1 | 378 | 6/8/2021 |
1.1.0 | 1,387 | 1/30/2021 |
1.0.0 | 2,104 | 1/16/2021 |
0.9.0 | 2,178 | 10/13/2020 |
0.8.0 | 466 | 9/30/2020 |
0.7.0 | 470 | 9/22/2020 |
0.6.0 | 541 | 9/17/2020 |
0.5.0 | 564 | 9/13/2020 |
0.4.0 | 537 | 9/9/2020 |
0.3.0 | 837 | 9/7/2020 |
0.2.3-preview | 397 | 9/6/2020 |
0.2.2-preview | 400 | 9/6/2020 |
0.2.1-preview | 403 | 9/6/2020 |
0.2.0-preview | 412 | 9/6/2020 |
0.1.0-preview | 332 | 9/2/2020 |
POC