Skip to content

diku-dk/futhark

Folders and files

NameName
Last commit message
Last commit date

Latest commit

81b19bc Â· Oct 6, 2020
Sep 19, 2020
May 16, 2020
Sep 21, 2020
Jun 10, 2020
Sep 23, 2020
Sep 6, 2020
Aug 27, 2020
Apr 5, 2020
Sep 12, 2020
Sep 18, 2020
Oct 5, 2020
Oct 5, 2020
Sep 9, 2020
Sep 1, 2020
May 26, 2020
Mar 25, 2018
Oct 6, 2020
Sep 18, 2018
Sep 18, 2018
Apr 15, 2018
Jun 22, 2020
Sep 1, 2020
Apr 19, 2015
Aug 27, 2020
Aug 27, 2020
Oct 6, 2020
Aug 27, 2020
Sep 1, 2020
Aug 27, 2020
Mar 27, 2020

Repository files navigation

The Futhark Programming Language

Join the chat at https://gitter.im/futhark-lang/LobbyCI

Futhark is a purely functional data-parallel programming language in the ML family. Its optimising compiler is able to compile it to typically very efficient GPU code. The language and compiler are developed at DIKU at the University of Copenhagen, originally as part of the HIPERFIT centre. The language and compiler are quite stable and suitable for practical programming.

For more information, see:

Packaging status

Hacking

We try to make use of GitHub issues for organising our work. Issues tagged with good first issue do not require deep knowledge of the code base.

Testing

Run futhark test tests to check how well we're doing. Use futhark test -t if you're in a hurry and only want to check that all the tests type-check.