swigged.llvm
4.0.1.1-alpha
See the version list below for details.
dotnet add package swigged.llvm --version 4.0.1.1-alpha
NuGet\Install-Package swigged.llvm -Version 4.0.1.1-alpha
<PackageReference Include="swigged.llvm" Version="4.0.1.1-alpha" />
paket add swigged.llvm --version 4.0.1.1-alpha
#r "nuget: swigged.llvm, 4.0.1.1-alpha"
// Install swigged.llvm as a Cake Addin #addin nuget:?package=swigged.llvm&version=4.0.1.1-alpha&prerelease // Install swigged.llvm as a Cake Tool #tool nuget:?package=swigged.llvm&version=4.0.1.1-alpha&prerelease
A SWIG-generated C# API of the C API of LLVM.
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
NuGet packages (1)
Showing the top 1 NuGet packages that depend on swigged.llvm:
Package | Downloads |
---|---|
Campy
A compiler, runtime, and API for GP-GPU computing using C# or any other NET language, for Windows and Ubuntu x64. |
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on swigged.llvm:
Repository | Stars |
---|---|
kaby76/Campy
A compiler for NET CIL for GP-GPU computing in .NET languages.
|
Version | Downloads | Last updated |
---|---|---|
70.0.1 | 2,822 | 9/23/2018 |
70.0.0 | 1,163 | 8/29/2018 |
6.0.6 | 2,637 | 5/2/2018 |
6.0.5 | 1,473 | 4/18/2018 |
6.0.4 | 2,776 | 4/4/2018 |
6.0.3 | 4,459 | 3/9/2018 |
6.0.0.2-alpha | 1,205 | 2/5/2018 |
6.0.0.1-alpha | 1,162 | 1/10/2018 |
5.0.4 | 1,512 | 1/5/2018 |
5.0.3 | 1,318 | 10/23/2017 |
5.0.2 | 1,316 | 9/22/2017 |
5.0.1 | 1,442 | 9/16/2017 |
4.0.14 | 1,502 | 9/6/2017 |
4.0.13 | 1,455 | 9/6/2017 |
4.0.12 | 1,688 | 9/5/2017 |
4.0.11 | 1,452 | 6/18/2017 |
4.0.10 | 1,668 | 6/16/2017 |
4.0.9-alpha | 901 | 5/26/2017 |
4.0.8-alpha | 903 | 5/25/2017 |
4.0.7-alpha | 952 | 5/24/2017 |
4.0.6-alpha | 963 | 5/18/2017 |
4.0.5-alpha | 878 | 5/11/2017 |
4.0.4-alpha | 1,135 | 5/9/2017 |
4.0.3-alpha | 912 | 5/8/2017 |
4.0.1.2-alpha | 1,070 | 4/17/2017 |
4.0.1.1-alpha | 1,048 | 4/6/2017 |
First release, using LLVM version 4.0.1. When building, select either
x86 or x64 for platform. Also, make sure "unsafe code" is allowed in the build
in your C# code. Note, this API is a little large, as LLVM was configured to generate
code for all available targets. If you want to configure and build a subset,
see https://github.com/kaby76/swigged-llvm. After installing the package, select the
platform then save, close, and re-open your project/solution.