mirror of
https://github.com/opencv/opencv.git
synced 2024-11-29 13:47:32 +08:00
redundant clFinish in upload since clEnqueueWriteBuffer above is already blocked
This commit is contained in:
parent
9041c31813
commit
d15bf6261a
@ -3582,8 +3582,6 @@ public:
|
||||
|
||||
u->markHostCopyObsolete(true);
|
||||
u->markDeviceCopyObsolete(false);
|
||||
|
||||
clFinish(q);
|
||||
}
|
||||
|
||||
void copy(UMatData* src, UMatData* dst, int dims, const size_t sz[],
|
||||
|
Loading…
Reference in New Issue
Block a user