lowering the use of the memory controller in OpenCL based applications

Posted by user827992 on Programmers See other posts from Programmers or by user827992
Published on 2012-07-03T15:51:19Z Indexed on 2012/07/03 21:22 UTC
Read the original article Hit count: 278

Filed under:

With my first experiments I noticed that OpenCL is a good technology but often hampered by the X86 architecture and finding a mid-range VGA driven by a low-end chipset is not that unusual in the real world scenarios, sometimes this can happen with some high-end VGA too.

Are there some caching techniques? Something that can bypass this inconvenience in some ways. The amount of dedicated memory on today's VGA is usually high, it's possible to use this memory to create some kind of buffer with instructions.

© Programmers or respective owner

Related posts about opencl