Skip to content

Commit 995923f

Browse files
committed
rebase
1 parent 11c295a commit 995923f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sycl/source/detail/queue_impl.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -752,7 +752,7 @@ class queue_impl : public std::enable_shared_from_this<queue_impl> {
752752

753753
auto Event = parseEvent(Handler.finalize());
754754

755-
if (Event && !Scheduler::CheckEventReadiness(MContext, Event)) {
755+
if (Event && !Scheduler::CheckEventReadiness(*MContext, Event)) {
756756
MDefaultGraphDeps.LastEventPtr = Event;
757757
MNoLastEventMode.store(false, std::memory_order_relaxed);
758758
}

0 commit comments

Comments
 (0)