opencl API study
usr/local/include CL/cl.h:
/* Platform API */
extern CL_API_ENTRY cl_int CL_API_CALL
clGetPlatformIDs(cl_uint /* num_entries */,
cl_platform_id * /* platforms */,
cl_uint * /* num_platforms */) CL_API_SUFFIX__VERSION_1_0
;
参数说明:
返回的平台数可以用num_entries来限制,这个参数要大于0并小于或等于可用平台数。
posted on 2014-05-21 10:18 efforts and success 阅读(178) 评论(0) 编辑 收藏 举报