Pages

Wednesday, August 11, 2010

New way to compute - Accelerator and GPGPU

Microsoft Research release the GPGPU library for .NET user. You can use it and increase your program's performance. The good part is that it is good for C# and F#.

The home page is:
http://research.microsoft.com/en-us/projects/accelerator/

There is a wiki page about it.
http://blogs.msdn.com/b/satnam_singh/default.aspx?wa=wsignin1.0

2 comments:

Art said...

Hi Tao.
Satnam is now with Google.

I look forward to your F# GPGPU work, especially any Computational Geometry examples.

Would Quick Hull be a canidate for a CG GPGPU example?

Happy '12!

Tao said...

The GPGPU sample will be out with Beta release. :-)

I can add computational geometry examples.