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

[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

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

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

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

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

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