X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=docs%2Fusers_guide%2Fparallel.xml;h=76d38dc6464031ed61928a6df316d172f81d5361;hb=d5ab3b5e415ebdff8906dcac3451e7448d6bdb11;hp=242ba2248e4a465ecb30b1abca110d9726f8bc0b;hpb=3454afa0f32053cf4b06e25f93c36c0612a9d944;p=ghc-hetmet.git diff --git a/docs/users_guide/parallel.xml b/docs/users_guide/parallel.xml index 242ba22..76d38dc 100644 --- a/docs/users_guide/parallel.xml +++ b/docs/users_guide/parallel.xml @@ -33,7 +33,7 @@ url="http://research.microsoft.com/copyright/accept.asp?path=/users/simonpj/papers/concurrent-haskell.ps.gz"> Concurrent Haskell paper is still an excellent resource, as is Tackling + url="http://research.microsoft.com/%7Esimonpj/papers/marktoberdorf/">Tackling the awkward squad. To the programmer, Concurrent Haskell introduces no new language constructs; @@ -169,6 +169,14 @@ nfib n | n <= 1 = 1 parallel map. +Data Parallel Haskell + GHC includes experimental support for Data Parallel Haskell (DPH). This code + is highly unstable and is only provided as a technology preview. More + information can be found on the corresponding DPH + wiki page. + +