ManagedCuda-NVRTC.NETStandard 9.1.1-preview3

.NET Standard 2.0
This is a prerelease version of ManagedCuda-NVRTC.NETStandard.
There is a newer version of this package available.
See the version list below for details.
dotnet add package ManagedCuda-NVRTC.NETStandard --version 9.1.1-preview3
NuGet\Install-Package ManagedCuda-NVRTC.NETStandard -Version 9.1.1-preview3
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="ManagedCuda-NVRTC.NETStandard" Version="9.1.1-preview3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add ManagedCuda-NVRTC.NETStandard --version 9.1.1-preview3
#r "nuget: ManagedCuda-NVRTC.NETStandard, 9.1.1-preview3"
#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.
// Install ManagedCuda-NVRTC.NETStandard as a Cake Addin
#addin nuget:?package=ManagedCuda-NVRTC.NETStandard&version=9.1.1-preview3&prerelease

// Install ManagedCuda-NVRTC.NETStandard as a Cake Tool
#tool nuget:?package=ManagedCuda-NVRTC.NETStandard&version=9.1.1-preview3&prerelease

managedCuda-wrapper for NVRTC, only for x64-platform.
     
     This package is an unofficial port of ManagedCUDA to .NET Standard 2.0 and was tested
     on Linux and Windows (x64). It requires NVIDIA GPU driver 387.92 or higher.

     This package contains components that are property of Nvidia Corporation and redistributed
     according to the "CUDA Supplement to Software License Agreement" of the
     "NVIDIA Software License Agreement". See the package license for details.

Product Versions
.NET net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows
.NET Core netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1
.NET Standard netstandard2.0 netstandard2.1
.NET Framework net461 net462 net463 net47 net471 net472 net48 net481
MonoAndroid monoandroid
MonoMac monomac
MonoTouch monotouch
Tizen tizen40 tizen60
Xamarin.iOS xamarinios
Xamarin.Mac xamarinmac
Xamarin.TVOS xamarintvos
Xamarin.WatchOS xamarinwatchos
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on ManagedCuda-NVRTC.NETStandard:

Package Downloads
Tensor

Tensor (n-dimensional array) library for F# Core features: - n-dimensional arrays (tensors) in host memory or on CUDA GPUs - element-wise operations (addition, multiplication, absolute value, etc.) - basic linear algebra operations (dot product, SVD decomposition, matrix inverse, etc.) - reduction operations (sum, product, average, maximum, arg max, etc.) - logic operations (comparision, and, or, etc.) - views, slicing, reshaping, broadcasting (similar to NumPy) - scatter and gather by indices - standard functional operations (map, fold, etc.) Data exchange: - read/write support for HDF5 (.h5) - interop with standard F# types (Seq, List, Array, Array2D, Array3D, etc.) Performance: - host: SIMD and BLAS accelerated operations - by default Intel MKL is used (shipped with NuGet package) - other BLASes (OpenBLAS, vendor-specific) can be selected by configuration option - CUDA GPU: all operations performed locally on GPU and cuBLAS used for matrix operations Requirements: - Linux, MacOS or Windows on x64 - Linux requires libgomp.so.1 installed. Additional algorithms are provided in the Tensor.Algorithm package.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
9.1.300 9,443 5/5/2018
9.1.3-preview1 811 5/4/2018
9.1.1-preview4 755 5/4/2018
9.1.1-preview3 759 5/3/2018
9.1.1-preview2 748 5/3/2018