8000 GitHub - acmiyaguchi/futhark-book: Parallel Programming in Futhark
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

acmiyaguchi/futhark-book

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Parallel Programming in Futhark

This material aims at introducing the reader to data-parallel functional programming using the Futhark language. It is work-in-progress, but probably constitutes the best introduction to Futhark programming.

Reading the Book

The book is readable in HTML form and PDF form at the following location:

http://futhark-book.readthedocs.io

Writing the Book

The book is written using Sphinx, which must be installed. You may also need to run this command to install further necessary dependencies:

pip install -r requirements.txt --user

The document is compiled by typing make html and the embedded Futhark code is compiled, executed, and tested by typing make test.

Generating a PDF version yourself

Simply type make latexpdf.

About

Parallel Programming in Futhark

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Futhark 52.1%
  • TeX 19.8%
  • CSS 13.0%
  • Python 9.9%
  • Makefile 2.7%
  • HTML 2.1%
  • Shell 0.4%
0