Developer Guide for Intel® SDK for OpenCL™ Applications 2017
A newer version of this document is available. Customers should click here to go to the newest version.
Visible to Intel only — GUID: GUID-AA7F481C-94D2-43EA-B60E-7B1E8E37387E
Visible to Intel only — GUID: GUID-AA7F481C-94D2-43EA-B60E-7B1E8E37387E
Building and Compiling Kernels
To build or compile an OpenCL™ kernel using the Intel® SDK for OpenCL™ Applications standalone version, do the following:
- Write your code into the code editor or load code from file.
- Click Build
or Compile
.
If successful, the Console window background color turns green, otherwise, it turns red.
In case of failure the tool reports the number of the problematic line. Double-click the error line in the Console text box to jump to the relevant line in the code.
You can save the compiled binary by clicking the Create Program Binary button.