futhark: An optimising compiler for a functional, array-oriented language.
This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.
Warnings:
- The 'description' field should be longer than the 'synopsis' field. It's useful to provide an informative 'description' to allow Haskell programmers who have never heard about your package to understand the purpose of your package. The 'description' field content is typically shown by tooling (e.g. 'cabal info', Haddock, Hackage) below the 'synopsis' which serves as a headline. Please refer to <https://www.haskell.org/cabal/users-guide/developing-packages.html#package-properties> for more details.
See the website at https://futhark-lang.org
Properties
Modules
- Futhark
- Futhark.Actions
- Analysis
- Futhark.Analysis.AlgSimplify
- Futhark.Analysis.Alias
- Futhark.Analysis.CallGraph
- Futhark.Analysis.DataDependencies
- HORepresentation
- Futhark.Analysis.HORepresentation.MapNest
- Futhark.Analysis.HORepresentation.SOAC
- Futhark.Analysis.Metrics
- Futhark.Analysis.PrimExp
- Futhark.Analysis.PrimExp.Convert
- Futhark.Analysis.PrimExp.Simplify
- Futhark.Analysis.Range
- Futhark.Analysis.Rephrase
- Futhark.Analysis.ScalExp
- Futhark.Analysis.SymbolTable
- Futhark.Analysis.Usage
- Futhark.Analysis.UsageTable
- Futhark.Binder
- Futhark.Binder.Class
- CodeGen
- Backends
- Futhark.CodeGen.Backends.COpenCL
- Futhark.CodeGen.Backends.COpenCL.Boilerplate
- Futhark.CodeGen.Backends.CSOpenCL
- Futhark.CodeGen.Backends.CSOpenCL.Boilerplate
- Futhark.CodeGen.Backends.GenericC
- Futhark.CodeGen.Backends.GenericC.Options
- Futhark.CodeGen.Backends.GenericCSharp
- Futhark.CodeGen.Backends.GenericCSharp.AST
- Futhark.CodeGen.Backends.GenericCSharp.Definitions
- Futhark.CodeGen.Backends.GenericCSharp.Options
- Futhark.CodeGen.Backends.GenericPython
- Futhark.CodeGen.Backends.GenericPython.AST
- Futhark.CodeGen.Backends.GenericPython.Definitions
- Futhark.CodeGen.Backends.GenericPython.Options
- Futhark.CodeGen.Backends.PyOpenCL
- Futhark.CodeGen.Backends.PyOpenCL.Boilerplate
- Futhark.CodeGen.Backends.SequentialC
- Futhark.CodeGen.Backends.SequentialCSharp
- Futhark.CodeGen.Backends.SequentialPython
- Futhark.CodeGen.Backends.SimpleRepresentation
- Futhark.CodeGen.Backends.COpenCL
- Futhark.CodeGen.ImpCode
- Futhark.CodeGen.ImpCode.Kernels
- Futhark.CodeGen.ImpCode.OpenCL
- Futhark.CodeGen.ImpCode.Sequential
- Futhark.CodeGen.ImpGen
- Futhark.CodeGen.ImpGen.Kernels
- Futhark.CodeGen.ImpGen.Kernels.ToOpenCL
- Futhark.CodeGen.ImpGen.Kernels.Transpose
- Futhark.CodeGen.ImpGen.OpenCL
- Futhark.CodeGen.ImpGen.Sequential
- Futhark.CodeGen.ImpGen.Kernels
- OpenCL
- Futhark.CodeGen.OpenCL.Kernels
- Futhark.CodeGen.SetDefaultSpace
- Backends
- Futhark.Compiler
- Futhark.Compiler.CLI
- Futhark.Compiler.Program
- Futhark.Construct
- Doc
- Futhark.Doc.Generator
- Futhark.Doc.Html
- Futhark.Error
- Futhark.FreshNames
- Futhark.Internalise
- Futhark.Internalise.AccurateSizes
- Futhark.Internalise.Bindings
- Futhark.Internalise.Defunctionalise
- Futhark.Internalise.Defunctorise
- Futhark.Internalise.Lambdas
- Futhark.Internalise.Monad
- Futhark.Internalise.Monomorphise
- Futhark.Internalise.TypesValues
- Futhark.MonadFreshNames
- Optimise
- Futhark.Optimise.CSE
- Futhark.Optimise.DoubleBuffer
- Futhark.Optimise.Fusion
- Futhark.Optimise.Fusion.Composing
- Futhark.Optimise.Fusion.LoopKernel
- Futhark.Optimise.Fusion.TryFusion
- Futhark.Optimise.InPlaceLowering
- Futhark.Optimise.InPlaceLowering.LowerIntoStm
- Futhark.Optimise.InPlaceLowering.SubstituteIndices
- Futhark.Optimise.InliningDeadFun
- Futhark.Optimise.MemoryBlockMerging
- Futhark.Optimise.MemoryBlockMerging.ActualVariables
- Futhark.Optimise.MemoryBlockMerging.AllExpVars
- Futhark.Optimise.MemoryBlockMerging.AuxiliaryInfo
- Futhark.Optimise.MemoryBlockMerging.Coalescing
- Futhark.Optimise.MemoryBlockMerging.Coalescing.AllocationMovingUp
- Futhark.Optimise.MemoryBlockMerging.Coalescing.Core
- Futhark.Optimise.MemoryBlockMerging.Coalescing.Exps
- Futhark.Optimise.MemoryBlockMerging.Coalescing.SafetyCondition2
- Futhark.Optimise.MemoryBlockMerging.Coalescing.SafetyCondition3
- Futhark.Optimise.MemoryBlockMerging.Coalescing.SafetyCondition5
- Futhark.Optimise.MemoryBlockMerging.CrudeMovingUp
- Futhark.Optimise.MemoryBlockMerging.Existentials
- Liveness
- Futhark.Optimise.MemoryBlockMerging.Liveness.FirstUse
- Futhark.Optimise.MemoryBlockMerging.Liveness.Interference
- Futhark.Optimise.MemoryBlockMerging.Liveness.LastUse
- Futhark.Optimise.MemoryBlockMerging.MemoryAliases
- Futhark.Optimise.MemoryBlockMerging.MemoryUpdater
- Futhark.Optimise.MemoryBlockMerging.Miscellaneous
- Futhark.Optimise.MemoryBlockMerging.PrimExps
- Futhark.Optimise.MemoryBlockMerging.Reuse
- Futhark.Optimise.MemoryBlockMerging.Reuse.AllocationSizeMovingUp
- Futhark.Optimise.MemoryBlockMerging.Reuse.AllocationSizeUses
- Futhark.Optimise.MemoryBlockMerging.Reuse.AllocationSizes
- Futhark.Optimise.MemoryBlockMerging.Reuse.Core
- Futhark.Optimise.MemoryBlockMerging.Types
- Futhark.Optimise.MemoryBlockMerging.VariableAliases
- Futhark.Optimise.MemoryBlockMerging.VariableMemory
- Futhark.Optimise.Simplify
- Futhark.Optimise.Simplify.ClosedForm
- Futhark.Optimise.Simplify.Engine
- Futhark.Optimise.Simplify.Lore
- Futhark.Optimise.Simplify.Rule
- Futhark.Optimise.Simplify.Rules
- Futhark.Optimise.TileLoops
- Futhark.Optimise.TileLoops.RegTiling3D
- Futhark.Optimise.Unstream
- Futhark.Pass
- Futhark.Pass.ExpandAllocations
- Futhark.Pass.ExplicitAllocations
- Futhark.Pass.ExtractKernels
- Futhark.Pass.ExtractKernels.BlockedKernel
- Futhark.Pass.ExtractKernels.Distribution
- Futhark.Pass.ExtractKernels.ISRWIM
- Futhark.Pass.ExtractKernels.Interchange
- Futhark.Pass.ExtractKernels.Intragroup
- Futhark.Pass.ExtractKernels.Kernelise
- Futhark.Pass.ExtractKernels.Segmented
- Futhark.Pass.FirstOrderTransform
- Futhark.Pass.KernelBabysitting
- Futhark.Pass.ResolveAssertions
- Futhark.Pass.Simplify
- Futhark.Passes
- Futhark.Pipeline
- Pkg
- Futhark.Pkg.Info
- Futhark.Pkg.Solve
- Futhark.Pkg.Types
- 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.Syntax.Core
- Futhark.Representation.AST.Traversals
- Futhark.Representation.Aliases
- Futhark.Representation.ExplicitMemory
- Futhark.Representation.ExplicitMemory.IndexFunction
- Futhark.Representation.ExplicitMemory.Lmad
- Futhark.Representation.ExplicitMemory.Simplify
- Futhark.Representation.Kernels
- Futhark.Representation.Kernels.Kernel
- Futhark.Representation.Kernels.KernelExp
- Futhark.Representation.Kernels.Simplify
- Futhark.Representation.Kernels.Sizes
- Futhark.Representation.Primitive
- Futhark.Representation.Ranges
- Futhark.Representation.SOACS
- Futhark.Representation.SOACS.SOAC
- Futhark.Representation.SOACS.Simplify
- Futhark.Representation.AST
- Futhark.Test
- Futhark.Test.Values
- Futhark.Tools
- Transform
- Futhark.Transform.CopyPropagate
- Futhark.Transform.FirstOrderTransform
- Futhark.Transform.Rename
- Futhark.Transform.Substitute
- Futhark.TypeCheck
- Futhark.Util
- Futhark.Util.IntegralExp
- Futhark.Util.Log
- Futhark.Util.Options
- Futhark.Util.Pretty
- Futhark.Util.Table
- Futhark.Version
- Language
- Language.Futhark
- Language.Futhark.Attributes
- Language.Futhark.Core
- Language.Futhark.Futlib
- Language.Futhark.Interpreter
- Language.Futhark.Parser
- Language.Futhark.Pretty
- Language.Futhark.Semantic
- Language.Futhark.Syntax
- Language.Futhark.Traversals
- Language.Futhark.TypeChecker
- Language.Futhark.TypeChecker.Monad
- Language.Futhark.TypeChecker.Terms
- Language.Futhark.TypeChecker.Types
- Language.Futhark.TypeChecker.Unify
- Language.Futhark.Warnings
- Language.Futhark
Downloads
- futhark-0.8.1.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
Package maintainers
For package maintainers and hackage trustees