Re: [Haskell-cafe] GPGPU

2013-05-11 Thread Trevor L. McDonell
Hi all,

To be fair this is a shameless plug, but if you want to do GPGPU programming in 
Haskell your best bet at the moment is probably Accelerate:

http://hackage.haskell.org/package/accelerate

There is a CUDA backend for NVIDIA cards with demonstrated good performance and 
many example programs, the quasicrystal demo being the simplest. See also the 
github page, with issue tracker etc.

https://github.com/AccelerateHS/

/shameless plug

Cheers,
-Trev


On 05/05/2013, at 8:02 AM, Jason Dagit dag...@gmail.com wrote:

 On Sat, May 4, 2013 at 2:16 PM, Anthony Cowley acow...@seas.upenn.edu wrote:
 
 Thanks to the nudge from Jason, the bitrot has now been scraped off.
 The post is prettier, the code all works again, and the screenshot has
 been restored.
 
 Nice! That's a very cool demo.
 
 Jason
 
 ___
 Haskell-Cafe mailing list
 Haskell-Cafe@haskell.org
 http://www.haskell.org/mailman/listinfo/haskell-cafe


___
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe


[Haskell-cafe] GPGPU

2013-05-04 Thread Christopher Howard
Has anybody on the list been playing around with OpenCL at all? I'm just
starting to look into it - need to get a newer Radeon card, I think -
but I'm strongly interested in GPGPU programming.

-- 
frigidcode.com



signature.asc
Description: OpenPGP digital signature
___
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe


Re: [Haskell-cafe] GPGPU

2013-05-04 Thread Jason Dagit
On Sat, May 4, 2013 at 3:00 AM, Christopher Howard
christopher.how...@frigidcode.com wrote:
 Has anybody on the list been playing around with OpenCL at all? I'm just
 starting to look into it - need to get a newer Radeon card, I think -
 but I'm strongly interested in GPGPU programming.

This is about as far as I've made it:
http://dagit.github.io/posts/2013-04-29-opencl-and-language-c-quote.html

Jason

___
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe


Re: [Haskell-cafe] GPGPU

2013-05-04 Thread Anthony Cowley
I wrote this some time ago. 

http://www.arcadianvisions.com/blog/?p=346

I know that soon after I wrote that, it worked with both OpenCL and gloss from 
hackage, but there may be some bitrot at this point.

Anthony

On May 4, 2013, at 6:00 AM, Christopher Howard 
christopher.how...@frigidcode.com wrote:

 Has anybody on the list been playing around with OpenCL at all? I'm just
 starting to look into it - need to get a newer Radeon card, I think -
 but I'm strongly interested in GPGPU programming.
 
 -- 
 frigidcode.com
 
 ___
 Haskell-Cafe mailing list
 Haskell-Cafe@haskell.org
 http://www.haskell.org/mailman/listinfo/haskell-cafe
___
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe


Re: [Haskell-cafe] GPGPU

2013-05-04 Thread Jason Dagit
On Sat, May 4, 2013 at 11:54 AM, Anthony Cowley acow...@seas.upenn.edu wrote:
 I wrote this some time ago.

 http://www.arcadianvisions.com/blog/?p=346

 I know that soon after I wrote that, it worked with both OpenCL and gloss
 from hackage, but there may be some bitrot at this point.

Some of the links in the blog seem to be broken as well. For instance,
the link to the animation screen shot.

Jason

___
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe


Re: [Haskell-cafe] GPGPU

2013-05-04 Thread Anthony Cowley
On Sat, May 4, 2013 at 3:17 PM, Jason Dagit dag...@gmail.com wrote:
 On Sat, May 4, 2013 at 11:54 AM, Anthony Cowley acow...@seas.upenn.edu 
 wrote:
 I wrote this some time ago.

 http://www.arcadianvisions.com/blog/?p=346

 I know that soon after I wrote that, it worked with both OpenCL and gloss
 from hackage, but there may be some bitrot at this point.

 Some of the links in the blog seem to be broken as well. For instance,
 the link to the animation screen shot.

 Jason

Thanks to the nudge from Jason, the bitrot has now been scraped off.
The post is prettier, the code all works again, and the screenshot has
been restored.

Anthony

___
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe


Re: [Haskell-cafe] GPGPU

2013-05-04 Thread Jason Dagit
On Sat, May 4, 2013 at 2:16 PM, Anthony Cowley acow...@seas.upenn.edu wrote:

 Thanks to the nudge from Jason, the bitrot has now been scraped off.
 The post is prettier, the code all works again, and the screenshot has
 been restored.

Nice! That's a very cool demo.

Jason

___
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe