We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8eccc5f + aa0cb0b commit 0348ae6Copy full SHA for 0348ae6
sycl/source/detail/queue_impl.cpp
@@ -460,7 +460,7 @@ detail::EventImplPtr queue_impl::submit_kernel_direct_impl(
460
std::vector<ur_event_handle_t> RawEvents;
461
462
if (CGData.MEvents.size() > 0) {
463
- detail::Command::getUrEvents(CGData.MEvents, this, false);
+ RawEvents = detail::Command::getUrEvents(CGData.MEvents, this, false);
464
}
465
466
std::shared_ptr<detail::event_impl> ResultEvent =
0 commit comments