Safe Haskell | Safe |
---|---|
Language | Haskell2010 |
Synopsis
- data SizeHeuristic = SizeHeuristic {}
- data DeviceType
- data WhichSize
- data HeuristicValue
- sizeHeuristicsTable :: [SizeHeuristic]
Documentation
data SizeHeuristic Source #
A heuristic for setting the default value for something.
data DeviceType Source #
The type of OpenCL device that this heuristic applies to.
A size that can be assigned a default.
data HeuristicValue Source #
The value supplies by a heuristic can be a constant, or inferred from some device information.
sizeHeuristicsTable :: [SizeHeuristic] Source #
All of our heuristics.