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-342F6F05-C2E1-48AD-B7CB-FAE3A7BA6F7F
Visible to Intel only — GUID: GUID-342F6F05-C2E1-48AD-B7CB-FAE3A7BA6F7F
Generating Intermediate Program Binaries
Intel® SDK for OpenCL™ Applications standalone version enables generating intermediate program binaries of OpenCL code. An application can use the intermediate program binaries to create a program at a later stage, using clCreateProgramFromBinary(...).
To generate an intermediate program binary, use one of the following options:
- Build the code.
- Click the Create Program Binary
button and select one of the following, depending on the binary type that you plan to create:
- Create Program Binary...
- Create SPIR Binary (32-bit)...
- Create SPIR Binary (64-bit)...
To generate an intermediate program binary of one or more linked library files:
- Link one or more library files.
- Click the Create Program Binary
button and select: Create linked program's binary IR to create an intermediate program binary of the linked files.