
Hi, I want to use dph (data parallel haskell) for a presentation. (Nothing fancy, just compile and run some demos.) What ghc version should I use and where do I get it? I read the advice "use HEAD" but when I build from the 7.1.20101213 source snapshot, dph is not installed (should it be?) Best - J.W.

J.W., This came up recently here: http://www.mail-archive.com/haskell-cafe@haskell.org/msg84528.html http://www.mail-archive.com/haskell-cafe@haskell.org/msg84528.htmlIt looks like your best bet may be to use GHC 6.12 until the now-separate dph libraries are released. -- Jason M. Knight Ph.D. Electrical Engineering '13 Texas A&M University Cell: 512-814-8101 On Tue, Dec 14, 2010 at 7:35 AM, Johannes Waldmann < waldmann@imn.htwk-leipzig.de> wrote:
Hi,
I want to use dph (data parallel haskell) for a presentation. (Nothing fancy, just compile and run some demos.) What ghc version should I use and where do I get it?
I read the advice "use HEAD" but when I build from the 7.1.20101213 source snapshot, dph is not installed (should it be?)
Best - J.W.
_______________________________________________ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe

It looks like your best bet may be to use GHC 6.12
but then the question remains: what version exactly, and where do I get it. it seems I need something that was HEAD at the time (6.13.* ?) but I don't find older snapshot releases on http://haskell.org/ghc/dist/ Thanks - J.W.

On 14/12/2010, at 13:35, Johannes Waldmann wrote:
I want to use dph (data parallel haskell) for a presentation. (Nothing fancy, just compile and run some demos.) What ghc version should I use and where do I get it?
That's a tricky question. We are currently working on getting DPH to work properly with GHC 7 but we aren't quite done yet. You might want to try 7.0.1 + the DPH sources from the darcs repo.
I read the advice "use HEAD" but when I build from the 7.1.20101213 source snapshot, dph is not installed (should it be?)
Nowadays, you have to install DPH separately which isn't easy since we haven't released the packages yet. In any case, DPH doesn't work with the current HEAD at all because I haven't adapted it to the new superclass story yet. Roman

What ghc version should I use and where do I get it?
I found a ghc-6.13.20100108 snapshot somewhere on my hard disk and this seems to contain a working dph-par. At least I get some noticeable speedups in some of the benchmarks (didn't try them all, for lack of time). Perhaps the dph team could provide a (pointer to a ) "recommended snapshot" (with a dph that is known to work) on their web page. Thanks - J.W.
participants (4)
-
J. Waldmann
-
Jason
-
Johannes Waldmann
-
Roman Leshchinskiy