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.Bench
- Futhark.Binder
- CLI
- Futhark.CLI.Autotune
- Futhark.CLI.Bench
- Futhark.CLI.C
- Futhark.CLI.CSOpenCL
- Futhark.CLI.CSharp
- Futhark.CLI.CUDA
- Futhark.CLI.Check
- Futhark.CLI.Datacmp
- Futhark.CLI.Dataset
- Futhark.CLI.Dev
- Futhark.CLI.Doc
- Futhark.CLI.Misc
- Futhark.CLI.OpenCL
- Futhark.CLI.Pkg
- Futhark.CLI.PyOpenCL
- Futhark.CLI.Python
- Futhark.CLI.Query
- Futhark.CLI.REPL
- Futhark.CLI.Run
- Futhark.CLI.Test
- 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
- Language.Futhark
Downloads
- futhark-0.15.5.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates