FSCL.Compiler
2.0.1
Install-Package FSCL.Compiler -Version 2.0.1
dotnet add package FSCL.Compiler --version 2.0.1
<PackageReference Include="FSCL.Compiler" Version="2.0.1" />
paket add FSCL.Compiler --version 2.0.1
#r "nuget: FSCL.Compiler, 2.0.1"
// Install FSCL.Compiler as a Cake Addin
#addin nuget:?package=FSCL.Compiler&version=2.0.1
// Install FSCL.Compiler as a Cake Tool
#tool nuget:?package=FSCL.Compiler&version=2.0.1
FSCL Compiler is a source-to-source compiler to program OpenCL from within F# using functional composition of functions, methods, lambdas and collection functions. The compiler is able to produce the OpenCL C99 source code out of quoted expressions, where expressions can contain a reference or a call to an FSCL kernel, a lambda, a collection function (e.g. Array.reduce) or a regular function
Product | Versions |
---|---|
.NET Framework | net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 |
This package has no dependencies.
NuGet packages (1)
Showing the top 1 NuGet packages that depend on FSCL.Compiler:
Package | Downloads |
---|---|
FSCL.Runtime
The FSCL Runtime framework is takes care of executing OpenCL kernels generated from the FSCL Compiler in a way that is completely transparent to programmers. On platforms with multiple OpenCL-enabled devices the runtime is also able to perform automatic selection of the best device where to execute each OpenCL computation the programmer asks to run. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
2.0.1 | 1,425 | 6/17/2015 |
2.0.0 | 849 | 6/17/2015 |
1.5.5 | 1,699 | 10/30/2014 |
1.5.4 | 1,075 | 10/29/2014 |
1.5.1 | 857 | 10/28/2014 |
1.4.9 | 896 | 10/28/2014 |
1.4.8 | 898 | 10/27/2014 |
1.4.7 | 845 | 10/26/2014 |
1.4.6 | 825 | 10/24/2014 |
1.4.4 | 836 | 10/22/2014 |
1.4.2 | 826 | 10/21/2014 |
1.4.1 | 864 | 10/21/2014 |
1.4.0 | 853 | 10/20/2014 |
1.3.8 | 888 | 9/11/2014 |
1.3.7 | 913 | 9/7/2014 |
1.3.6 | 890 | 9/6/2014 |
1.3.5 | 848 | 8/29/2014 |
1.3.4 | 850 | 8/28/2014 |
1.3.3 | 846 | 8/23/2014 |
1.3.2 | 870 | 8/23/2014 |
1.3.1 | 927 | 8/20/2014 |
1.3.0 | 1,658 | 7/25/2014 |
1.2.0 | 1,261 | 7/11/2014 |
Updated Scaffold files