Visible to Intel only — GUID: GUID-342F6F05-C2E1-48AD-B7CB-FAE3A7BA6F7F
Legal Information
Getting Help and Support
Introducing the Intel® SDK for OpenCL™ Applications
What's New in This Release
Which Version of the Intel® SDK for OpenCL™ Applications Should I Use?
Intel® Code Builder for OpenCL™ API Plug-in for Microsoft Visual Studio*
Intel® Code Builder for OpenCL™ API Plug-in for Eclipse*
Debugging OpenCL™ Kernels on GPU
Intel® SDK for OpenCL™ Applications Standalone Version
OpenCL™ 2.1 Development Environment
Intel® FPGA Emulation Platform for OpenCL™ Getting Started Guide
Troubleshooting Intel® SDK for OpenCL™ Applications Issues
Configuring Microsoft Visual Studio* IDE
Converting an Existing Project into an OpenCL™ Project
OpenCL™ New Project Wizard
Building an OpenCL™ Project
Using OpenCL™ Build Properties
Selecting a Target OpenCL™ Device
Generating and Viewing Assembly Code
Generating and Viewing LLVM Code
Generating Intermediate Program Binaries with Intel® Code Builder for OpenCL™ API Plug-in
Configuring OpenCL™ Build Options
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.