Brahma.FSharp 2.0.0-alpha9.6

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

// Install Brahma.FSharp as a Cake Tool
#tool nuget:?package=Brahma.FSharp&version=2.0.0-alpha9.6&prerelease

Brahma.FSharp

FAKE Build NuGet Badge NuGet Badge License

Brahma.FSharp provides a way to utilize GPGPU in your F# programs. It is based on F# quotations to OpenCL translation.

Features

  • Utilization of OpenCL for communication with GPU. So, you can work not only with NVIDIA devices but with any device which supports OpenCL (e.g. with AMD ot Intel devices).
  • Not only primitive types, but also discriminated unions, structs, records are supported.
  • Pattern matching, mutable and immutable bindings, nested bindings are supported.
  • Fine-grained memory management and kernels compilation process.
  • Mailbox processor based interface for communication with devices.

More details are available here. Examples of usage are available here.

Installation

Install Brahma.FSharp by running:

dotnet add package Brahma.FSharp

Quick Start

open Brahma.FSharp

let device = ClDevice.GetFirstAppropriateDevice()
let context = RuntimeContext(device)

let kernel =
    <@
        fun (range: Range1D) (buffer: int clarray) ->
            let gid = range.GlobalID0
            buffer.[gid] <- buffer.[gid] + 1
    @>

opencl {
    use! buffer = ClArray.alloc<int> 1024
    do! runCommand kernel <| fun kernel ->
        kernel
        <| Range1D(1024, 256)
        <| buffer

    return! ClArray.toHost buffer
}
|> ClTask.runSync context

Contributing

Contributions, issues and feature requests are welcome. Feel free to check issues page if you want to contribute.

Build

Make sure the following requirements are installed on your system:

  • dotnet SDK 5.0 or higher
  • OpenCL-compatible device and respective OpenCL driver

To build and run all tests:

  • on Windows
build.cmd 
  • on Linux/macOS
./build.sh 

To find more options look at MiniScaffold.

License

This project licensed under EPL-1.0 License. License text can be found in the license file.

FAQ

Setup BRAHMA_OCL_PATH environment variable

Product Compatible and additional computed target framework versions.
.NET net5.0 is compatible.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on Brahma.FSharp:

Package Downloads
Brahman.Substrings

Brahman is a set of snippets, algorithms and solution for end users based on Brahma.FSharp. Brahman.Substrings is a library for substrings matching."

Brahma.FSharp.OpenCL.WorkflowBuilder

Brahma.FSharp does the thing!

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
3.0.0-alpha1.5 56 4/17/2024
3.0.0-alpha1.3 49 4/12/2024
3.0.0-alpha1.2 40 4/12/2024
3.0.0-alpha1.1 47 4/9/2024
2.0.5 1,992 2/10/2023
2.0.4 331 1/13/2023
2.0.3 508 1/4/2023
2.0.2 291 12/28/2022
2.0.1 3,163 8/5/2022
2.0.0 466 7/5/2022
2.0.0-alpha9.6 189 6/3/2022
2.0.0-alpha9.5 146 5/7/2022
2.0.0-alpha9.4 141 4/8/2022
2.0.0-alpha9.3 132 3/24/2022
2.0.0-alpha9.2 1,345 11/26/2021
2.0.0-alpha9.1 305 10/16/2021
2.0.0-alpha9 246 10/15/2021
2.0.0-alpha8 252 9/27/2021
2.0.0-alpha7.1 176 7/18/2021
2.0.0-alpha7 316 5/19/2021
2.0.0-alpha6.2 221 5/19/2021
2.0.0-alpha6.1 268 3/22/2021
2.0.0-alpha6 242 3/22/2021
2.0.0-alpha5 405 1/27/2021
2.0.0-alpha4 376 12/27/2020
2.0.0-alpha3 335 11/27/2020
2.0.0-alpha2 362 11/11/2020
1.1.5 1,534 11/10/2017
1.1.4 977 11/2/2017
1.1.3 1,085 7/16/2017
1.1.2 1,067 7/5/2017
1.1.1 1,037 7/5/2017
1.1.0 1,035 6/21/2017
1.1.0-alpha4 813 5/30/2017
1.1.0-alpha3 872 5/9/2017
1.1.0-alpha2 805 5/9/2017
1.1.0-alpha1 935 5/6/2017
1.0.1 1,871 7/15/2016
1.0.0 1,222 7/14/2016
0.3.5 1,910 6/27/2014
0.3.0.1 1,212 6/18/2014
0.2.4 2,172 3/28/2014
0.2.3 1,308 3/14/2014
0.2.2 1,296 3/11/2014
0.2.0 2,680 12/2/2013
0.1.4992 1,327 9/2/2013
0.1.4989 1,284 8/30/2013
0.1.4926 2,248 6/28/2013
0.0.0.3 1,419 6/28/2013
0.0.0.2 1,389 5/31/2013
0.0.0.1 1,348 5/30/2013

## [2.0.0-alpha9.6] - 2022-06-03

[2.0.0-alpha9.6]: https://github.com/YaccConstructor/Brahma.FSharp/compare/v1.1.5...v2.0.0-alpha9.6

### Fixed
- Blittable types transfer
- Performance issues