Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Visual Studio nVidia nsight change cuda toolkit version

Tags:

cuda

nsight

I'm using nvidia nsight for visual studio to write cuda programs.

I recently installed the new beta version of nsight with cuda toolkit 5 but my old projects are still using version 4.2 .

Where do I change the toolkit version to use?

Thanks.

like image 569
Ran Avatar asked Aug 04 '26 12:08

Ran


2 Answers

The safest way would be to create a new CUDA 5.0 project and move your files into it.

If you want to mess with the build customizations, you can do it as follows:

  1. Right-Click on your Project
  2. Click "Build Customizations..."
  3. Uncheck the "CUDA 4.2" customization and check the "CUDA 5.0" customization

enter image description here

like image 58
RoBiK Avatar answered Aug 08 '26 13:08

RoBiK


In Visual Studio 2013 this is right click project to open menu with Build Dependencies and submenu Build Customizations

like image 37
Jan Zalewski Avatar answered Aug 08 '26 12:08

Jan Zalewski



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!