futhark-0.20.1: An optimising compiler for a functional, array-oriented language.
Safe HaskellNone
LanguageHaskell2010

Futhark.CLI.Dataset

Description

futhark dataset
Synopsis

Documentation

main :: String -> [String] -> IO () Source #

Run futhark dataset.

Orphan instances

Variate Half Source # 
Instance details

Methods

uniform :: Generator g m => g -> m Half #

uniformR :: Generator g m => (Half, Half) -> g -> m Half #

uniformB :: Generator g m => Half -> g -> m Half #