Re: [Haskell-cafe] (Off-topic) CUDA

2009-02-11 Thread Andrew Coppin
Bulat Ziganshin wrote: Hello Andrew, Thursday, February 5, 2009, 11:10:42 AM, you wrote: Does anybody know how to make this stuff actually work? nvidia has cuda site where you can download sdk. afair, dr dobbs journal has (online) series of arcticles which describes how to program

Re: [Haskell-cafe] (Off-topic) CUDA

2009-02-11 Thread Manuel M T Chakravarty
Malcolm Wallace: (Also... Haskell on the GPU. It's been talked about for years, but will it ever actually happen?) gpu is just set of simd-like instructions. so the reason why you will never see haskell on gpu is the same as why you will never see it implemented via simd instructions :D

Re: [Haskell-cafe] (Off-topic) CUDA

2009-02-06 Thread Bulat Ziganshin
Hello Andrew, Thursday, February 5, 2009, 11:10:42 AM, you wrote: Does anybody know how to make this stuff actually work? nvidia has cuda site where you can download sdk. afair, dr dobbs journal has (online) series of arcticles which describes how to program it step-by-step (Also... Haskell

Re: [Haskell-cafe] (Off-topic) CUDA

2009-02-06 Thread Adrian Neumann
Am 05.02.2009 um 09:10 schrieb Andrew Coppin: And so, inspired by the marketing litrature, I just spent £££ on a very expensive new GPU that supports CUDA. The only problem is... I can't seem to get any software to use it. Does anybody know how to make this stuff actually work? (Also...

Re: [Haskell-cafe] (Off-topic) CUDA

2009-02-06 Thread Malcolm Wallace
(Also... Haskell on the GPU. It's been talked about for years, but will it ever actually happen?) gpu is just set of simd-like instructions. so the reason why you will never see haskell on gpu is the same as why you will never see it implemented via simd instructions :D Because SIMD/GPU

Re[2]: [Haskell-cafe] (Off-topic) CUDA

2009-02-06 Thread Bulat Ziganshin
Hello Malcolm, Friday, February 6, 2009, 11:49:56 AM, you wrote: gpu is just set of simd-like instructions. so the reason why you will never see haskell on gpu is the same as why you will never see it implemented via simd instructions :D Because SIMD/GPU deals only with numbers, not

[Haskell-cafe] (Off-topic) CUDA

2009-02-05 Thread Andrew Coppin
And so, inspired by the marketing litrature, I just spent £££ on a very expensive new GPU that supports CUDA. The only problem is... I can't seem to get any software to use it. Does anybody know how to make this stuff actually work? (Also... Haskell on the GPU. It's been talked about for