Installation

1: 
dotnet add package Brahma.FSharp

Or

1: 
paket install Brahma.FSharp

More options here.

Troubleshooting

Timeout

Sometimes calculations could be interrupted buy GPU driver (OS) timeout (TDR). For hot fix you can set TdrLevel registry key (KeyPath : HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\GraphicsDrivers) value to 0. If this key is not exists, then you should create it. For more details look at "TDR Registry Keys (Windows Drivers)".

OpenCL.dll

If you want to use Brahma.FSharp on Linux/macOS, set BRAHMA_OCL_PATH environment variable to opencl.dll location.