Monday, November 30, 2009

Visual Studio 2008 and nVidia CUDA.

I had to search for this again to configure Visual Studio 2008 to play nicely with CUDA.

For those who aren’t familiar with CUDA, it is a framework from nVidia that allows you to write programs in C to harness the extreme parallel processing processing power in modern GPUs for computation.

Anyway, this blog has some nice tips on how to get syntax highlighting, building and Intellisense in Visual Studio 2008 to work with CUDA source files.

http://www.bv2.co.uk/?p=730

No comments: