Developer Guide for Intel® SDK for OpenCL™ Applications
To create a new buffer variable:
Field | Options |
---|---|
Name | Enter a meaningful name, or leave the default. |
IO Mode | Use the drop-down to select Input, Output, or InOut |
Number of Elements | Enter the number of elements, or leave the default value of 1. |
Memory flags to use | Use the drop-down to select a memory flag, or leave the default
CL_MEM_USE_HOST_PTR |
Use as SVM | Check to use the buffer as an SVM on systems that support SVM. |
Initialization options | For Input, or InOut IO Mode,
you need to set an initialization option. To select an input .csv
or binary file as the initialization option, click the browse
(...) button.
|
Output buffers do not need a value assigned to them. If a value is assigned, it is ignored.