Forum Discussion
MAstr
New Contributor
7 years agoSynchronization issues on Implementation of Buffer Management for OpenCL Kernels
Hello: I have been trying to implement the "Implementation of Buffer Management for OpenCL Kernels" from the Programming Guide. With a simple aproach, my goal is to copy data from a pipe to global ...
MAstr
New Contributor
7 years agoSelf-answer, maybe helps someone.
I have observed that my consumer kernels need more time to execute the first time than succesive executions. This causes synchronization issues.
I wonder this is because they use host allocated buffers.
Any insight is apreciated.