Developer Guide for Intel® SDK for OpenCL™
Applications
Creating a New OpenCL™ Project from OpenCL Project Template for Windows*
NOTE
This feature is available with Microsoft Visual Studio* 2015 only.
To create an OpenCL™ template project for Windows* platforms in Microsoft
Visual Studio* IDE, do the following:
Go to File > New > Project...
Select OpenCL templates from the Templates tree view.
Select Code Builder Project for Windows.
Fill the Name, Location, and Solution name
fields and click OK.
In the Code Builder wizard for OpenCL API dialog, you can
select the basic settings for the behavior of the OpenCL application
and kernel. The parameters that can be set are platform name, device
type, kernel type (images or buffer manipulation), build options,
and local work group size behavior. Each field has a short tool-tip
explanation.
Click Finish to create the default template project or click
Next to open the Advanced Settings screen enabling you
to set some advanced options like whether to enable profiling queue
and the kernel's arguments memory source type. For CPU device type,
you can also set the out-of-order execution mode and debug mode for
the kernel.
Click Finish to create the default template project or click
Previous to return the Basic Settings screen.