Giter Site home page Giter Site logo

porcuquine / futhark Goto Github PK

View Code? Open in Web Editor NEW

This project forked from diku-dk/futhark

0.0 0.0 0.0 27.12 MB

:boom::computer::boom: A data-parallel functional programming language

Home Page: http://futhark-lang.org

License: ISC License

Shell 0.29% Haskell 90.60% Logos 0.45% Yacc 1.49% Python 1.62% C 2.38% CSS 0.10% Makefile 0.03% Roff 0.05% C# 2.93% C++ 0.03% Nix 0.01% Dhall 0.03%

futhark's Introduction

The Futhark Programming Language

Join the chat at https://gitter.im/futhark-lang/LobbyBuild StatusBuild Status

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

For more information, see the website.

There also exists a book, Parallel Programming in Futhark, that serves as an extensive introduction and guide.

Also see the compiler and language documentation and the basis library documentation.

Installation instructions here.

Packaging status

Usage

To compile a Futhark program to sequential C:

futhark c prog.fut -o prog

Or maybe OpenCL:

futhark opencl prog.fut -o prog

And then run it:

./prog < prog.input

To interpret a Futhark program:

futhark run prog.fut < prog.input

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.

futhark's People

Contributors

abhiroop avatar ahovgaard avatar athas avatar coancea avatar culpabs avatar emilmasoumi avatar freroe avatar gitter-badger avatar henrikurms avatar jsbert avatar maccam912 avatar melsman avatar mikkelstorgaard avatar mrakgr avatar munksgaard avatar mxxo avatar nqpz avatar oleks avatar porcuquine avatar qata avatar rasmuswl avatar samrat avatar snhl avatar svip avatar syohex avatar tayacan avatar titouanc avatar tpolakovic avatar wsprent avatar zfnmxt avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.