Is there a limit to OpenCL local memory?

后端 未结 3 978
渐次进展
渐次进展 2021-01-02 04:58

Today I added four more __local variables to my kernel to dump intermediate results in. But just adding the four more variables to the kernel\'s signature and a

3条回答
  •  被撕碎了的回忆
    2021-01-02 05:44

    I'm not sure, but I felt this must be seen.

    Just go through the following links. Read it.

    A great read : OpenCL – Memory Spaces.

    A bit related stuff's :

    • How do I determine available device memory in OpenCL?
    • How do I use local memory in OpenCL?
    • Strange behaviour using local memory in OpenCL

提交回复
热议问题