Creating a project via a project template

To create a project from a template:

  1. Click File > New > CUDA C/C++ Project. File >New > C++ Project
  2. 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" New Project Wizard
  3. Click Next.
  4. 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. New Project Wizard
  5. This last page "Select Configurations" can be skipped, or allows further project configuration in the same way as non-template-based projects. New Project Wizard
  6. To create your project, click Finish.
  7. In the Project Explorer you will see that the new project has been created. The project created by the wizard
  8. 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 New Project Wizard

Related concepts
Projects
Project file views

Related tasks
Working with project files
Creating a new empty project
Creating a new project from a CUDA sample

Related reference
Project properties
Views

IBM Copyright Statement