Sunday, March 6th, 2011
Using CUDA 4.0 RC2? Read the update post here.
I was working on setting up some new CUDA projects as I’m doing some spiking (prototyping for the not so agile crowd) work to figure out how best to use CUDA 4.0. I’ve turned it in to a quick tutorial on how ...
Tags: C++, CUDA, GPGPU, Parallel Computing, Visual Studio
22 Comments »
Monday, January 17th, 2011
If you’re interested in some of the things that Microsoft is thinking about when it comes to parallel programming and Visual Studio then you should definitely check out this talk. While I was off speaking in Sweden, China and Japan everyone else was at TechEd Europe in Berlin. Here’s what ...
Tags: C#, C++, C++AMP, Parallel Computing, Visual Studio
2 Comments »
Sunday, December 12th, 2010
I updated my post on adding intellisense support for CUDA. Visual Studio 2010 Adding Intellisense Support for CUDA C It now includes more instructions on setting the project include path and what headers need to be included.
Tags: C++, C++AMP, GPGPU, Visual Studio
2 Comments »
Thursday, October 28th, 2010
Someone asked me how to get intellisense working with CUDA files. So here’s a quick post on the couple of simple steps it takes to get it working…
The following assumes you’ve setup a CUDA project with the correct include paths and it builds correctly.
Tags: C++, C++AMP, GPGPU, Visual Studio
27 Comments »
Monday, May 31st, 2010
We’ve just dropped another two chapters and sample code to the Parallel Programming Guide to CodePlex site. These next two draft chapters are: Chapter 3 Parallel Tasks Chapter 2 shows how you can use a parallel loop to ...
Tags: Events, p&p, Parallel book, Parallel Computing, Visual Studio
3 Comments »