ArrayFire is a general-purpose library that simplifies the process of developing software that targets parallel and massively-parallel architectures including CPUs, GPUs, and other hardware acceleration devices.
haskfire
is a Haskell binding for ArrayFire.
nix-build
nix-shell
module Main where
import Data.Array.Fire
main :: IO ()
main = putStrLn "hello world"