参数OpenCL内核

时间:2017-05-18 11:06:34

标签: opencl

所以,我在这里有点困惑,关于通过clSetKernelArgs传递参数。 示例1:https://www.eriksmistad.no/getting-started-with-opencl-and-gpu-computing/

在示例中,它通过clSetKernelArg传递设备内存对象,但在内核参数中,它使用主机内存对象

示例2:https://developer.apple.com/library/content/samplecode/OpenCL_Hello_World_Example/Listings/hello_c.html#//apple_ref/doc/uid/DTS40008187-hello_c-DontLinkElementID_4

在示例中,它通过clSetKernelArg传递设备内存对象,但在内核参数中,它使用设备内存对象

怎么样?有人能给我一些解释吗?

我在我的内核应用程序中尝试了两种方式,它运行正常。 感谢。

0 个答案:

没有答案