OpenCL-- 统计给定单词在文本中出现次数
Util.cpp
#include "util.h"
#include
cl_int init (cl_platform_id &platform, cl_device_id &device, cl_context &context, cl_command_queue &queue)
{
cl_int err = clGetPlatformIDs (1, &platform, NULL);
原创
2015-03-22 15:35:09 ·
680 阅读 ·
0 评论