Skip to content

diku-dk/futhark

Folders and files

NameName
Last commit message
Last commit date

Latest commit

7a53d02 Â· Mar 13, 2024
Feb 28, 2024
May 16, 2020
Mar 10, 2024
Oct 3, 2023
Mar 13, 2024
Feb 17, 2024
Mar 10, 2024
Mar 13, 2024
Feb 26, 2024
Oct 16, 2023
Jul 1, 2021
Mar 4, 2024
Jan 23, 2024
Mar 18, 2021
May 17, 2023
Jan 1, 2024
Feb 9, 2024
Oct 13, 2022
Mar 25, 2018
Dec 1, 2023
Apr 22, 2023
Sep 28, 2023
Mar 13, 2024
Sep 30, 2021
Sep 18, 2018
Apr 4, 2022
Feb 18, 2024
Jun 21, 2022
Oct 8, 2023
May 5, 2022
Nov 8, 2023
Apr 19, 2015
Mar 13, 2024
Mar 13, 2024
Mar 13, 2024
Mar 22, 2023
Mar 22, 2023
Oct 23, 2023
Dec 3, 2023

Repository files navigation

The Futhark Programming Language

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

Futhark is a purely functional data-parallel programming language in the ML family. It can be compiled to typically very efficient parallel code, running on either a CPU or GPU. The language is developed at DIKU at the University of Copenhagen, originally as part of the HIPERFIT centre. It is quite stable and suitable for practical programming.

For more information, see:

Packaging status

Hacking

Issues tagged with good first issue do not require deep knowledge of the code base.

For contributing code, see the hacking instructions.