Skip to content

diku-dk/futhark

Folders and files

NameName
Last commit message
Last commit date

Latest commit

0bb3d37 Â· Nov 11, 2024
Nov 11, 2024
May 16, 2020
Nov 4, 2024
Oct 20, 2024
Nov 4, 2024
Nov 2, 2024
Oct 8, 2024
Nov 9, 2024
Oct 15, 2024
Sep 3, 2024
Jul 1, 2021
Nov 9, 2024
Aug 23, 2024
Sep 18, 2024
Mar 18, 2021
May 17, 2023
Nov 2, 2024
May 6, 2024
Oct 13, 2022
Mar 25, 2018
Dec 1, 2023
Apr 22, 2023
Sep 28, 2023
Nov 11, 2024
Sep 30, 2021
Sep 18, 2018
Apr 4, 2022
Feb 18, 2024
Jun 21, 2022
Mar 18, 2024
May 5, 2022
Nov 8, 2023
Apr 19, 2015
Nov 4, 2024
May 22, 2024
Nov 11, 2024
Mar 22, 2023
Mar 22, 2023
Oct 14, 2024
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.