Visible to Intel only — GUID: GUID-9136D784-1124-4E0F-A8EC-6D4ECBD83628
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-9136D784-1124-4E0F-A8EC-6D4ECBD83628
Generating C++ Host Code From a Session
The Kernel Development Framework can generate C++ code from your Kernel session.
To generate the C++ code in Microsoft Visual Studio*:
- Go to Tools > Intel Code Builder for OpenCL API > OpenCL Kernel Development > Generate Host Code Generator
- In the OpenCL CodeBuilder Host Code Generator dialog box that appears, select the desired name and location for the generated C++ code and related files, and click Done to generate the files.
You can now use the generated C++ code to edit the kernel and rerun a session with the new kernel.