We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c61256 commit a44c637Copy full SHA for a44c637
host/overlap/src/host.cpp
@@ -288,8 +288,6 @@ int main(int argc, char **argv) {
288
{buffer_c[flag]}, CL_MIGRATE_MEM_OBJECT_HOST, &eventList,
289
&read_events[flag]));
290
set_callback(read_events[flag], "ooo_queue");
291
-
292
- OCL_CHECK(err, err = read_events[flag].wait());
293
}
294
295
// Wait for all of the OpenCL operations to complete
0 commit comments