Hi, I would like to ask about OpenTK.Computing.
I would like to get in to GPU computing with some easy examples. I found CUDA for NVidia, and tried to find something similar for ATI. Is there something that I should try in order to utilise graphics card for computing with C# code?
In OpenTK.Computing class there is nothing - this is not supported yet?
or should I try to Cloo project mentioned earlier?
My imagine of using what a have mentioned is to do some basic computing like substraction of arrays or matrices.
Comments
Re: Can OpenTK combine Nvidia CUDA doing parallel ...
I'm no expert, but you probably want to be looking at Cloo: http://www.opentk.com/project/cloo
Re: Can OpenTK combine Nvidia CUDA doing parallel ...
You can use any CUDA .Net binding along with OpenTK, but OpenTK doesn't provide a CUDA binding itself (it uses OpenCL instead).
Re: Can OpenTK combine Nvidia CUDA doing parallel ...
Hi, I would like to ask about OpenTK.Computing.
I would like to get in to GPU computing with some easy examples. I found CUDA for NVidia, and tried to find something similar for ATI. Is there something that I should try in order to utilise graphics card for computing with C# code?
In OpenTK.Computing class there is nothing - this is not supported yet?
or should I try to Cloo project mentioned earlier?
My imagine of using what a have mentioned is to do some basic computing like substraction of arrays or matrices.
Re: Can OpenTK combine Nvidia CUDA doing parallel ...
Cloo is what you need!