c_opencl_wrapper:常见 OpenCL 用法的简单包装器

时间:2024-07-12 13:02:21
【文件属性】:

文件名称:c_opencl_wrapper:常见 OpenCL 用法的简单包装器

文件大小:6KB

文件格式:ZIP

更新时间:2024-07-12 13:02:21

C

Opencl C API 包装器 常见 OpenCL 用法的简单包装器。 使用示例 host.c : # include < stdio> # include " opencl.h " main () { uint i, n = 1000 ; real * v = (real *) malloc (n * sizeof (real)); for (i= 0 ; i<n; i++) v[i] = (real)i; // mandatory initialization opencl_init ( 0 , CL_DEVICE_TYPE_GPU); // creating variables on device (and enqueing data copy) cl_var dn = opencl_create_var ( sizeof ( uint ), 1 ,


【文件预览】:
c_opencl_wrapper-master
----README.md(2KB)
----cl_error.h(180B)
----cl_error.c(4KB)
----opencl.c(10KB)
----opencl.h(2KB)

网友评论