Commit 09715f6
authored
[SYCL] Return the correct status info for host_task event (#4161)
The method get_info<info::event::command_execution_status> returned
'completed' status for all events associated with host tasks.
Fixed it here.
Signed-off-by: Vyacheslav N Klochkov <[email protected]>1 parent c10875c commit 09715f6
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
295 | 295 | | |
296 | 296 | | |
297 | 297 | | |
298 | | - | |
| 298 | + | |
| 299 | + | |
| 300 | + | |
299 | 301 | | |
300 | 302 | | |
301 | 303 | | |
| |||
0 commit comments