Visible to Intel only — GUID: GUID-34A54B12-109A-41F8-B331-ECC4FD1A56B5
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-34A54B12-109A-41F8-B331-ECC4FD1A56B5
Selecting Memory Options
You can change memory options of buffers, images or samplers using Kernel Development Framework. Refer to the relevant sections of this guide for guidelines on creating or editing variables.
NOTE:
You are not limited in selecting options. Avoid selecting the option combinations that are forbidden by the OpenCL™ 1.2 specification, otherwise you may encounter errors upon analysis.
To choose buffers and images memory options, do the following:
- Open the variable properties by right-clicking an image, buffer, or pipe variable in the Code Builder Variables view and selecting Edit Variable.
- Click the "..." button near the memory flags label to open the memory flags dialog.
- Select all the desired options and click OK.