Safe Haskell | None |
---|---|
Language | Haskell2010 |
Futhark.Representation.Kernels.Sizes
Synopsis
- data SizeClass
- type KernelPath = [(Name, Bool)]
Documentation
The class of some kind of configurable size. Each class may impose constraints on the valid values.
Constructors
SizeThreshold KernelPath | |
SizeGroup | |
SizeNumGroups | |
SizeTile |
Instances
Eq SizeClass Source # | |
Ord SizeClass Source # | |
Defined in Futhark.Representation.Kernels.Sizes | |
Show SizeClass Source # | |
Pretty SizeClass Source # | |
type KernelPath = [(Name, Bool)] Source #
An indication of which comparisons have been performed to get to this point, as well as the result of each comparison.