Tom
Tom

Reputation: 541

How do i get CUDA working with VS2010?

Ok i havent used CUDA before, i was hoping to get started on it using VS2010.

Ive run the bandwidth test and ive got everything installed (i believe). I also have NProfiler installed.

But im not too sure what i have to do to start coding CUDA in VS2010. I have been googling around but everything seems aimed at VS2008.

Upvotes: 1

Views: 376

Answers (1)

karlphillip
karlphillip

Reputation: 93468

Indeed, we still use VS2008 to compile our CUDA applications because NVIDIA still have a lot of work to do to integrate things well under VS2010.

Anyway, if you need help to compile CUDA apps under VS2008, you can check this post.

If you would like to insist on VS2010, this guy seems to have succeeded with CUDA 3.1.

Upvotes: 1

Related Questions