2019年12月27日

opencl(十三)---图像处理内建函数

摘要: 读取图像 read_imagef (2D) : https://www.khronos.org/registry/OpenCL/sdk/2.0/docs/man/xhtml/read_imagef2d.html read_imagef (3D) :https://www.khronos.org/re 阅读全文

posted @ 2019-12-27 11:29 feihu_h 阅读(936) 评论(0) 推荐(0) 编辑

opencl(十二)----图像对象、采样器

摘要: 图像对象、采样器在主机和设备上使用不同的数据结构。 图像对象 主机: cl_mem https://www.cnblogs.com/feihu-h/p/12081652.html 设备: image2d_t 、image3d_t 采样器 主机: cl_sampler 设备: sampler_t 主机 阅读全文

posted @ 2019-12-27 11:08 feihu_h 阅读(902) 评论(0) 推荐(0) 编辑

导航