dph-prim-par-0.7.0.1: Data Parallel Haskell segmented arrays. (production version)

Safe HaskellNone

Data.Array.Parallel.Unlifted.Distributed.Data.Bool

Synopsis

Documentation

orD :: Gang -> Dist Bool -> BoolSource

OR together all instances of a distributed Bool.

andD :: Gang -> Dist Bool -> BoolSource

AND together all instances of a distributed Bool.