CUDAfy.NET 1.12.4695.21111

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

// Install CUDAfy.NET as a Cake Tool
#tool nuget:?package=CUDAfy.NET&version=1.12.4695.21111

CUDAfy is an SDK that permits general purpose programming of NVIDIA CUDA Graphics Processing Units (GPUs) completely from within the Microsoft .NET framework.  GPU device code and host code can be written in .NET using standard .NET types. There are also wrappers for the CUDA Random, FFT and BLAS libraries.

The NVIDIA CUDA 5.0 Toolkit must be installed.

Product Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.29.5576.13786 13,457 4/8/2015
1.27.5314.36419 2,067 8/27/2014
1.25.4963.10126 4,493 8/21/2013
1.22.4875.21265 1,527 5/8/2013
1.12.4695.21111 1,804 12/1/2012
1.9.4495.35683 1,728 5/9/2012
1.8.4427.36820 1,614 2/14/2012
1.7.4364.27657 1,608 12/22/2011
1.5.4315.23069 1,669 10/26/2011
1.4.4209.28745 1,829 7/12/2011
1.3.4188.30556 1,753 6/21/2011

V1.12 - 08-11-12
Fix: CudafyTranslator support for 2.1 and 3.5 architectures.
Fix: Some device properties incorrect for CUDA 5.0.
Fix: CudafyHost.GetDeviceProperties failed if device was not already instantiated.
Add: Strongly typed launches (thanks to P. Geerkens).
Add: GetArchitecture method to GPGPU.

V1.11 - 30-10-12
Add: Support for CUDA 5 Production Release.
Fix: Compilation could enter infinite loop for some versions of CUDA.
Fix: warpSize not properly translated.

V1.10 - 26-08-12
Add: Support for CUDA 5 RC (required if using Maths libraries).
Fix: Lock method when multi-threading enabled could dead-lock.
Add: Architecture sm_35.
Add: Support for context switching.
Fix: Translation of PI and E must be done using InvariantCulture.
Add: tcc driver property (HighPerformanceDriver).
Add: GetDevice always sets the current context to the device context that was got.
Add: Device to device copies.
Add: Async on device copies.
Fix: Device properties were not always correctly returned.