Safe Haskell | None |
---|
Data.Array.Parallel.Unlifted.Distributed.Primitive.Gang
Description
Gang primitives.
Documentation
A Gang
is a group of threads which execute arbitrary work requests.
Constructors
WorkUnknown | Unknown workload. Just run it in parallel. |
WorkCopy Int | Memory bound copy-like workload, of the given number of bytes. |