- 1、本文档共6页,可阅读全部内容。
- 2、有哪些信誉好的足球投注网站(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
opencl-1-1-quick-reference-card
The OpenCL Runtime
Command Queues [5.1]
cl_command_queue clCreateCommandQueue (
cl_context context, cl_device_id device,
cl_command_queue_properties properties,
cl_int *errcode_ret)
properties: CL_QUEUE_PROFILING_ENABLE,
CL_QUEUE_OUT_OF_ORDER_EXEC_MODE_ ENABLE
cl_int clRetainCommandQueue (
cl_command_queue command_queue)
cl_int clReleaseCommandQueue (
cl_command_queue command_queue)
cl_int clGetCommandQueueInfo (
cl_command_queue command_queue,
cl_command_queue_info param_name,
size_t param_value_size, void *param_
value,
size_t *param_value_size_ret)
param_name: CL_QUEUE_CONTEXT,
CL_QUEUE_DEVICE,
CL_QUEUE_REFERENCE_COUNT,
CL_QUEUE_PROPERTIES
OpenCL (Open Computing Language)
is a multi-vendor open standard for
general-purpose parallel programming
of heterogeneous systems that include
CPUs, GPUs and other processors.
OpenCL provides a uniform programming
environment for software developers to
write efficient, portable code for high-
performance compute servers, desktop
computer systems and handheld devices.
[n.n.n] refers to the section in the API
Specification available at www.khronos.
org/opencl.
Program Objects
Create Program Objects [5.6.1]
cl_program clCreateProgramWithSource (
cl_context context, cl_uint count, const char **strings,
const size_t *lengths, cl_int *errcode_ret)
cl_program clCreateProgramWithBinary (
cl_context context, cl_uint num_devices,
const cl_device_id *device_list, const size_t *lengths,
const unsigned char **binaries, cl_int *binary_status,
cl_int *errcode_ret)
cl_int clRetainProgram (cl_program program)
cl_int clReleaseProgram (cl_program program)
Build Program Executable [5.6.2]
cl_int clBuildProgram (cl_program program,
cl_uint num_devices, const cl_device_id *device_list,
const char *options, void (CL_CALLBACK*pfn_notify)
(cl_program program, void *user_data),
void *user_data)
Build Options [5.6.3]
Preprocessor: (-D processed in order listed in clBuildProgram)
-D name -D name=definition -I dir
O
您可能关注的文档
- Multiresolution green’s function methods for interactive simulation of large-scale elastos.pdf
- Mutagenesis of the N-linked glycosylation sites of the yellow fever virus NS1 protein.pdf
- Mutual Absolute Continuity of Harmonic and Surface Measures for Hormander Type Operators.pdf
- MVS0608_02-Datasheet.pdf
- MWC开发_GPS篇(一).pdf
- MX25L1605DM2I-12G技术资料 MX25L1605DM2I-12G功能参数 MX25L1605DM2I-12G规格书.pdf
- My favorite movie star.ppt
- My dear classmates.pptx
- My favorite star.ppt
- MZU2焊装专用气缸传感器选型手册(英文版).pdf
文档评论(0)