Skip to content
Commit 1575333b authored by Alexandru Fikl's avatar Alexandru Fikl
Browse files

some more work on the concurrency checker

Added the following logic:
* in `enqueue_nd_range_kernel`, we catch all generated events for each
queue.
* those events get cleared when calling `queue.finish` or
`cl.wait_for_events`.
* if a kernel argument's queue's events are not in the current `wait_for`,
we complain.
parent 1b70bfab
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment