Brahma.FSharp 2.0.5

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

// Install Brahma.FSharp as a Cake Tool
#tool nuget:?package=Brahma.FSharp&version=2.0.5

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 or Intel devices).
  • Not only primitive types, but also discriminated unions, structs, records are supported.
  • Pattern matching, mutable and immutable bindings, nested bindings are supported.
  • Custom atomics.
  • Fine-grained memory management and kernels compilation process.
  • Mailbox processor based interface for communication with devices.

More details are available here.

Installation

Install Brahma.FSharp by running:

dotnet add package Brahma.FSharp

Setup BRAHMA_OCL_PATH environment variable to opencl.dll location if it differs from default.

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 7.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. We use it in our project.

Relese

The release process is automated: NuGet packages publishing process is triggered by tag pushing to any branch. To release new vesion one should

  1. Add relese notes to CHANGELOG
  2. Run ./build.sh Release [version] (on local machine)

License

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

Product Compatible and additional computed target framework versions.
.NET net7.0 is compatible.  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.3 44 4/12/2024
3.0.0-alpha1.2 37 4/12/2024
3.0.0-alpha1.1 45 4/9/2024
2.0.5 2,016 2/10/2023
2.0.4 333 1/13/2023
2.0.3 510 1/4/2023
2.0.2 291 12/28/2022
2.0.1 3,165 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 307 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,536 11/10/2017
1.1.4 979 11/2/2017
1.1.3 1,087 7/16/2017
1.1.2 1,069 7/5/2017
1.1.1 1,039 7/5/2017
1.1.0 1,036 6/21/2017
1.1.0-alpha4 814 5/30/2017
1.1.0-alpha3 874 5/9/2017
1.1.0-alpha2 806 5/9/2017
1.1.0-alpha1 936 5/6/2017
1.0.1 1,873 7/15/2016
1.0.0 1,224 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,697 12/2/2013
0.1.4992 1,327 9/2/2013
0.1.4989 1,284 8/30/2013
0.1.4926 2,257 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.5] - 2023-02-10

[2.0.5]: https://github.com/YaccConstructor/Brahma.FSharp/compare/v2.0.5...v2.0.5

### Added
- Typed device extensions.