futhark: An optimising compiler for a functional, array-oriented language.
Futhark is a small programming language designed to be compiled to efficient parallel code. It is a statically typed, data-parallel, and purely functional array language in the ML family, and comes with a heavily optimising ahead-of-time compiler that presently generates GPU code via CUDA and OpenCL, although the language itself is hardware-agnostic.
For more information, see the website at https://futhark-lang.org
Modules
[Index] [Quick Jump]
- Futhark
- Futhark.Actions
- Analysis
- Futhark.Analysis.AlgSimplify
- Futhark.Analysis.Alias
- Futhark.Analysis.CallGraph
- Futhark.Analysis.DataDependencies
- HORepresentation
- Futhark.Analysis.Metrics
- Futhark.Analysis.PrimExp
- Futhark.Analysis.Range
- Futhark.Analysis.Rephrase
- Futhark.Analysis.ScalExp
- Futhark.Analysis.SymbolTable
- Futhark.Analysis.Usage
- Futhark.Analysis.UsageTable
- Futhark.Binder
- CLI
- CodeGen
- Backends
- Futhark.CodeGen.Backends.CCUDA
- Futhark.CodeGen.Backends.COpenCL
- Futhark.CodeGen.Backends.CSOpenCL
- Futhark.CodeGen.Backends.GenericC
- Futhark.CodeGen.Backends.GenericCSharp
- Futhark.CodeGen.Backends.GenericPython
- Futhark.CodeGen.Backends.PyOpenCL
- Futhark.CodeGen.Backends.SequentialC
- Futhark.CodeGen.Backends.SequentialCSharp
- Futhark.CodeGen.Backends.SequentialPython
- Futhark.CodeGen.Backends.SimpleRepresentation
- Futhark.CodeGen.ImpCode
- Futhark.CodeGen.ImpGen
- OpenCL
- Futhark.CodeGen.SetDefaultSpace
- Backends
- Futhark.Compiler
- Futhark.Construct
- Doc
- Futhark.Error
- Futhark.FreshNames
- Futhark.Internalise
- Futhark.MonadFreshNames
- Optimise
- Futhark.Pass
- Futhark.Passes
- Futhark.Pipeline
- Pkg
- Representation
- Futhark.Representation.AST
- Futhark.Representation.AST.Annotations
- Futhark.Representation.AST.Attributes
- Futhark.Representation.AST.Attributes.Aliases
- Futhark.Representation.AST.Attributes.Constants
- Futhark.Representation.AST.Attributes.Names
- Futhark.Representation.AST.Attributes.Patterns
- Futhark.Representation.AST.Attributes.Ranges
- Futhark.Representation.AST.Attributes.Rearrange
- Futhark.Representation.AST.Attributes.Reshape
- Futhark.Representation.AST.Attributes.Scope
- Futhark.Representation.AST.Attributes.TypeOf
- Futhark.Representation.AST.Attributes.Types
- Futhark.Representation.AST.Pretty
- Futhark.Representation.AST.RetType
- Futhark.Representation.AST.Syntax
- Futhark.Representation.AST.Traversals
- Futhark.Representation.Aliases
- Futhark.Representation.ExplicitMemory
- Futhark.Representation.Kernels
- Futhark.Representation.Primitive
- Futhark.Representation.Ranges
- Futhark.Representation.SOACS
- Futhark.Representation.AST
- Futhark.Test
- Futhark.Tools
- Transform
- Futhark.TypeCheck
- Futhark.Util
- Futhark.Version
- Language
Downloads
- futhark-0.11.2.tar.gz [browse] (Cabal source package)
- Package description (revised from the package)
Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.
Maintainer's Corner
For package maintainers and hackage trustees
Candidates