Skip to content

Commit a44c637

Browse files
committed
fixed the overlap design to run host transfers and kernel execution in overlap fashion
1 parent 8c61256 commit a44c637

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

host/overlap/src/host.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -288,8 +288,6 @@ int main(int argc, char **argv) {
288288
{buffer_c[flag]}, CL_MIGRATE_MEM_OBJECT_HOST, &eventList,
289289
&read_events[flag]));
290290
set_callback(read_events[flag], "ooo_queue");
291-
292-
OCL_CHECK(err, err = read_events[flag].wait());
293291
}
294292

295293
// Wait for all of the OpenCL operations to complete

0 commit comments

Comments
 (0)