[Haskell-cafe] NDP documentation
Donald Bruce Stewart
dons at cse.unsw.edu.au
Tue Jul 24 01:30:05 EDT 2007
bulat.ziganshin:
> Hello Andrew,
>
> Monday, July 23, 2007, 11:50:32 PM, you wrote:
>
> > Actually, I was just reading through all the Data Parallel Haskell and
> > Nested Data Parallelism documentation. It says in several places that
> > "parallel array comprehensions are available since GHC 6.6, but they are
> > broken; please use the development versions; this will be fixed in GHC
> > 6.6.1".
>
> parallel arrays (GHC.PArr) was implemented at least in ghc 6.4 and my
> program using it was worked fine with 6.4.*, 6.6 and 6.6.1 now. but i
> don't use comprehensions, only !: operator
>
More documentation on the wiki:
http://haskell.org/haskellwiki/GHC/Data_Parallel_Haskell
-- Don
More information about the Haskell-Cafe
mailing list