So I decided to upgrade my code from vb to C#, to see if I can get this to work.
My program generates random words. (Just a for loop on a array that changes A to H or any other letter) <---- This is on a fuction BTW.
Now running this on my CPU (i7 920) generates me about 200 words a sec. Now thats kinda fast, but not as fast as I want. I heard about GPU calculation and I'm wondering how can I do that on C#
Im using VS 2010 ona i7 920 with a ATI 5770 Sapphire Card. I know it supports OpenCL.
Any help would be great.
Thanks

