| Safe Haskell | Safe-Infered |
|---|
Data.Array.Repa.Repr.HintInterleave
Documentation
Hints that computing this array will be an unbalanced workload and evaluation should be interleaved between the processors.
data family Array r sh e Source
Arrays with a representation tag, shape, and element type.
Use one of the type tags like D, U and so on for r,
one of DIM1, DIM2 ... for sh.
hintInterleave :: Array r1 sh e -> Array (I r1) sh eSource
Wrap an array with a unbalanced-ness hint.