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.
1 parent 11c295a commit 995923fCopy full SHA for 995923f
sycl/source/detail/queue_impl.hpp
@@ -752,7 +752,7 @@ class queue_impl : public std::enable_shared_from_this<queue_impl> {
752
753
auto Event = parseEvent(Handler.finalize());
754
755
- if (Event && !Scheduler::CheckEventReadiness(MContext, Event)) {
+ if (Event && !Scheduler::CheckEventReadiness(*MContext, Event)) {
756
MDefaultGraphDeps.LastEventPtr = Event;
757
MNoLastEventMode.store(false, std::memory_order_relaxed);
758
}
0 commit comments