Visible to Intel only — GUID: GUID-2E66E6D8-A025-459C-84D4-2076A5A43C9D
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
Kernel Development Framework Session
Code Builder Build Toolbar
Creating a Session
Building a Session
Configuring a Session
Saving, Loading, and Exporting Sessions
Removing Sessions
Variable Management
Supported Variable Types
See Also
Executing a Kernel
Analyzing the Kernel
Generating C++ Host Code From a Session
Visible to Intel only — GUID: GUID-2E66E6D8-A025-459C-84D4-2076A5A43C9D
Variable Management
You can manage variables in Kernel Development Framework via the Code Builder Variable Management pane. To open the pane, go to:
In Microsoft Visual Studio*: Tools > Intel Code Builder for OpenCL API > OpenCL Kernel Development > Windows > Variable Management.
Or click the Variable Management button in the Code Builder Analysis toolbar.
Supported Variable Types
These are the supported variable types:
- Buffer
- Image, in one of the following format
- RGB - BGRA
- YUV (NV12, NV21, YV12)
- Sampler
- Pipe