Skip to content

Commit c02c428

Browse files
Bhaskar VishnuVardhan ChebroluGitHub Enterprise
authored andcommitted
fixed the overlap design to run host transfers and kernel execution in overlap
2 parents 8c61256 + a44c637 commit c02c428

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)