Thanks to visit codestin.com
Credit goes to github.com

Skip to content

arrayfire/arrayfire-haskell

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Installation

nix-build

Develop

nix-shell

Example

module Main where

import Data.Array.Fire

main :: IO ()
main = putStrLn "hello world"