Skip to content

Commit 0348ae6

Browse files
committed
Merge branch 'temp_no_handler_enable_no_cgh_submit' into temp_no_handler_delay_HostKernel_copy_for_benchmarks
2 parents 8eccc5f + aa0cb0b commit 0348ae6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sycl/source/detail/queue_impl.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -460,7 +460,7 @@ detail::EventImplPtr queue_impl::submit_kernel_direct_impl(
460460
std::vector<ur_event_handle_t> RawEvents;
461461

462462
if (CGData.MEvents.size() > 0) {
463-
detail::Command::getUrEvents(CGData.MEvents, this, false);
463+
RawEvents = detail::Command::getUrEvents(CGData.MEvents, this, false);
464464
}
465465

466466
std::shared_ptr<detail::event_impl> ResultEvent =

0 commit comments

Comments
 (0)