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 program

Re: [Haskell-cafe] GPGPU

2013-05-04 Thread Jason Dagit
On Sat, May 4, 2013 at 2:16 PM, Anthony Cowley 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 __

Re: [Haskell-cafe] GPGPU

2013-05-04 Thread Anthony Cowley
On Sat, May 4, 2013 at 3:17 PM, Jason Dagit wrote: > On Sat, May 4, 2013 at 11:54 AM, Anthony Cowley > 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

Re: [Haskell-cafe] GPGPU

2013-05-04 Thread Jason Dagit
On Sat, May 4, 2013 at 11:54 AM, Anthony Cowley 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 bl

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 wrote: > Has anybody on the list

Re: [Haskell-cafe] GPGPU

2013-05-04 Thread Jason Dagit
On Sat, May 4, 2013 at 3:00 AM, Christopher Howard 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: ht