Developer Guide for Intel® SDK for OpenCL™ Applications 2017
A newer version of this document is available. Customers should click here to go to the newest version.
Visible to Intel only — GUID: GUID-25CDE3F2-8881-4914-A169-17A05CEABEF3
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.