I have a question about mapped buffers. Let us assume that we have mapped some buffer to host memory with CL_MAP_WRITE flag, then we have altered content in mapped region from host. Will this change be applied to GPU memory? And if it will, this change will be applied right now or after unmapping the buffer?
This topic was automatically closed 183 days after the last reply. New replies are no longer allowed.