John Stamelos
John Stamelos
Thanks @stsoe for the explanation. The example I included in my first comment is how we actually came across this issue, meaning that we were relying on the clReleaseMemObject() and...
@stsoe Exactly, (a) cannot overlap with (b) in such case. The overhead does not include the release of a buffer, just the clReleaseKernel() and clCreateKernel() calls, right after the kernel...
Hi @uday610, Your approach makes sense and is reasonable but I think that it doesn't apply in the general case. For example, let's say you have a PLRAM of 2MB...