Safe Haskell | None |
---|---|
Language | Haskell98 |
- 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.
Source r1 a => Source (I r1) a Source | |
(Shape sh, Load D sh e) => Load (I D) sh e Source | |
Structured r1 a b => Structured (I r1) a b Source | |
Read (Array r1 sh e) => Read (Array (I r1) sh e) Source | |
Show (Array r1 sh e) => Show (Array (I r1) sh e) Source | |
type TR (I r1) = I (TR r1) Source | |
data Array (I r1) sh a = AInterleave !(Array r1 sh a) Source |
hintInterleave :: Array r1 sh e -> Array (I r1) sh e Source
Wrap an array with a unbalanced-ness hint.