Creating a project via a project template
To create a project from a template:
- Click File > New > CUDA C/C++ Project.
- The wizard will open as shown below.
Expand the project type that you are interested in. For more information on project types, see Selecting a project type This shows the template projects that you can use as a basis for your new project. In the Project Name box, type a name. The example uses "nsight_project"
- Click Next.
- The next page is dependent on the type of template you selected. In most cases it will allow you specifying target hardware for your CUDA application.
- This last page "Select Configurations" can be skipped, or allows further project configuration in the same way as non-template-based projects.
- To create your project, click Finish.
- In the Project Explorer you will see that the new project has been created.
- Sometimes values you enter into the template wizard will be remembered between sessions in order that you do not
need enter them each time. If you want to change these you can use Window > Preferences > C/C++ > Template Default Values
Working with project files
Creating a new empty project
Creating a new project from a CUDA sample