Skip to content

diku-dk/futhark

Folders and files

NameName
Last commit message
Last commit date

Latest commit

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