Files
compute-runtime/runtime/command_queue
Mrozek, Michal b349c4bb13 Fix race in isQueueBlocked.
- Sequence is as follows :
Enqueue returning event , blocked on user event.
clFinish.

There are 2 additional threads:
- one is calling updateExecutionStatus in a loop on returned
event
- one is calling setUserEventStatus on parent user event

In such case virtual event may be submitted but task count will
not be assigned.

Change-Id: Ia097bd59b276cc9213945c476cf289398b8f5934
Signed-off-by: Mrozek, Michal <michal.mrozek@intel.com>
2019-07-09 11:42:38 +02:00
..
2019-07-09 11:42:38 +02:00
2019-06-19 15:28:39 +02:00
2019-03-26 15:48:19 +01:00
2019-03-26 15:48:19 +01:00
2019-05-29 00:11:34 -07:00