Commit 3a089a6
authored
[SYCL] Remove duplicated calls for event returned from handler::finalize (#19263)
Since 0a27e3f for an event returned from handler::finalize() called
event_impl::create_device_event() instead of
create_completed_host_event(). As identified @slawekptak, after this
there is no need for setQueue() and setContextImpl() calls, as the ctor
did the work already.1 parent 45d74fe commit 3a089a6
1 file changed
+0
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
628 | 628 | | |
629 | 629 | | |
630 | 630 | | |
631 | | - | |
632 | 631 | | |
633 | | - | |
634 | 632 | | |
635 | 633 | | |
636 | 634 | | |
| |||
0 commit comments