C#: Perform Operations on GPU, not CPU (Calculate Pi)
Posted
by Alex
on Stack Overflow
See other posts from Stack Overflow
or by Alex
Published on 2009-08-08T21:02:42Z
Indexed on
2010/04/26
20:13 UTC
Read the original article
Hit count: 206
Hello,
I've recently read a lot about software (mostly scientific/math and encryption related) that moves part of their calculation onto the GPU which causes a 100-1000 (!) fold increase in speed for supported operations.
Is there a library, API or other way to run something on the GPU via C#? I'm thinking of simple Pi calculation. I have a GeForce 8800 GTX if that's relevant at all (would prefer card independent solution though).
Any hints are appreciated!
© Stack Overflow or respective owner