[Haskell-cafe] Re: [Haskell] Matrix multiplication

2008-04-30 Thread Don Stewart
droundy On Wed, Apr 23, 2008 at 05:24:20PM +0100, Sebastian Sylvan wrote: On Wed, Apr 23, 2008 at 5:01 PM, Tillmann Vogt Tillmann.Vogt at rwth-aachen.de wrote: Hi, I am currently experimenting with parallelizing C-programs. I have therefore written a matrix vector

[Haskell-cafe] Re: [Haskell] Matrix multiplication

2008-04-23 Thread Sebastian Sylvan
On Wed, Apr 23, 2008 at 5:01 PM, Tillmann Vogt [EMAIL PROTECTED] wrote: Hi, I am currently experimenting with parallelizing C-programs. I have therefore written a matrix vector multiplication example that needs 13 seconds to run (5 seconds with OpenMP). Because I like Haskell I did the same

Re: [Haskell-cafe] Re: [Haskell] Matrix multiplication

2008-04-23 Thread David Roundy
On Wed, Apr 23, 2008 at 05:24:20PM +0100, Sebastian Sylvan wrote: On Wed, Apr 23, 2008 at 5:01 PM, Tillmann Vogt [EMAIL PROTECTED] wrote: Hi, I am currently experimenting with parallelizing C-programs. I have therefore written a matrix vector multiplication example that needs 13

Re: [Haskell-cafe] Re: [Haskell] Matrix multiplication

2008-04-23 Thread Henning Thielemann
On Wed, 23 Apr 2008, Sebastian Sylvan wrote: On Wed, Apr 23, 2008 at 5:01 PM, Tillmann Vogt [EMAIL PROTECTED] wrote: I am currently experimenting with parallelizing C-programs. I have therefore written a matrix vector multiplication example that needs 13 seconds to run (5 seconds with