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:

  1. Build the code.
  2. Click the Create Program Binary button and select one of the following, depending on the binary type that you plan to create:

To generate an intermediate program binary of one or more linked library files:

  1. Link one or more library files.
  2. Click the Create Program Binary button and select: Create linked program's binary IR to create an intermediate program binary of the linked files.

See Also

Building and Compiling Kernels