Visible to Intel only — GUID: GUID-25CDE3F2-8881-4914-A169-17A05CEABEF3
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-25CDE3F2-8881-4914-A169-17A05CEABEF3
Creating Images
To create images using the Intel® SDK for OpenCL™ Applications standalone version, do the following:
- Select Analyze > Variable management. Or click cells in the Assigned Variable column of the Analyze Board.
- In the Variable Management dialog click Add.
- In the Select Variable Type dialog choose Image from the Type combo box.
Use input bitmap files and the parameters to create images. Create output images with the correct size, type, channel order, and so on.
The Get output image data checkbox disables reading back the output buffer or image. It means that you can try more than one combination of global or local work sizes, where there is no need to read the same output for all the combinations.