futhark

Data-parallel functional programming language for GPU computing

brewmacoslinux
Try with needOr install directly
Source

About

Data-parallel functional programming language

Commands

futhark

Examples

Compile a Futhark program to C$ futhark c program.fut
Compile a Futhark program to CUDA for GPU execution$ futhark cuda program.fut
Run the Futhark REPL for interactive development$ futhark repl