Campy 0.0.3-alpha
See the version list below for details.
dotnet add package Campy --version 0.0.3-alpha
NuGet\Install-Package Campy -Version 0.0.3-alpha
<PackageReference Include="Campy" Version="0.0.3-alpha" />
<PackageVersion Include="Campy" Version="0.0.3-alpha" />
<PackageReference Include="Campy" />
paket add Campy --version 0.0.3-alpha
#r "nuget: Campy, 0.0.3-alpha"
#:package Campy@0.0.3-alpha
#addin nuget:?package=Campy&version=0.0.3-alpha&prerelease
#tool nuget:?package=Campy&version=0.0.3-alpha&prerelease
An API for the running of C# code on a GPU. At this moment, for Windows x64.
| Product | Versions Compatible and additional computed target framework versions. | 
|---|---|
| .NET Framework | net is compatible. | 
- 
                                                    .NETFramework 4.7- Mono.Cecil (>= 0.9.6.4)
- swigged.cuda (>= 9.0.0)
- swigged.llvm (>= 5.0.0)
- System.Console (>= 4.0.0)
- System.IO.FileSystem (>= 4.0.1)
- System.IO.FileSystem.Primitives (>= 4.0.1)
- System.Runtime (>= 4.1.0)
- System.Runtime.Extensions (>= 4.1.0)
- System.Runtime.InteropServices.RuntimeInformation (>= 4.3.0)
 
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 | 
|---|---|---|
| 0.0.16 | 1,954 | 1/14/2019 | 
| 0.0.15 | 1,365 | 9/27/2018 | 
| 0.0.14 | 1,246 | 9/2/2018 | 
| 0.0.13 | 1,675 | 7/6/2018 | 
| 0.0.12 | 1,317 | 6/14/2018 | 
| 0.0.11 | 1,567 | 6/8/2018 | 
| 0.0.10 | 1,539 | 5/29/2018 | 
| 0.0.9 | 1,647 | 5/3/2018 | 
| 0.0.8 | 1,549 | 4/18/2018 | 
| 0.0.7 | 1,268 | 4/4/2018 | 
| 0.0.6 | 1,580 | 3/21/2018 | 
| 0.0.5 | 1,622 | 3/10/2018 | 
| 0.0.4 | 1,706 | 3/9/2018 | 
| 0.0.3 | 1,553 | 3/9/2018 | 
| 0.0.3-alpha | 1,330 | 10/9/2017 | 
| 0.0.2-alpha | 1,108 | 9/19/2017 | 
| 0.0.1-alpha | 1,565 | 9/6/2017 | 
* Version 0.0.3-alpha
Added greater stability for compilation of generics, classes, arrays. Demo and debug version only.
* Version 0.0.2-alpha
Added compilation of generics and classes. Problems in memory management and recompilation (speed) outstanding.
Release for demonstration purposes only. Debug version only.
* Version 0.0.1-alpha
Simple compilation of value types only. Debug version only.
When building with Campy, select Platform = "AnyCPU", config = "Debug" or "Release", "Prefer 32-bit" unchecked.
For further information, see https://github.com/kaby76/campy and http://campynet.com/.