Safe Haskell | None |
---|
- data I r1
- hintInterleave :: Array r1 sh e -> Array (I r1) sh e
Documentation
Hints that computing this array will be an unbalanced workload and evaluation should be interleaved between the processors.
hintInterleave :: Array r1 sh e -> Array (I r1) sh eSource
Wrap an array with a unbalanced-ness hint.