Safe Haskell | None |
---|---|
Language | Haskell2010 |
Futhark.CodeGen.ImpGen.Multicore
Description
Code generation for ImpCode with multicore operations.
Synopsis
- compileProg :: MonadFreshNames m => SchedulingMode -> Prog MCMem -> m (Warnings, Definitions Multicore)
- data Warnings
- data SchedulingMode
Documentation
compileProg :: MonadFreshNames m => SchedulingMode -> Prog MCMem -> m (Warnings, Definitions Multicore) Source #
Compile the program.
The warnings produced by the compiler. The Show
instance
produces a human-readable description.
data SchedulingMode Source #
Constructors
AllowDynamicScheduling | |
NoDynamicScheduling |