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 ae3f22f commit ed906e7Copy full SHA for ed906e7
sycl/source/handler.cpp
@@ -662,7 +662,7 @@ event handler::finalize() {
662
EnqueueKernel();
663
ResultEvent->setEnqueued();
664
// connect returned event with dependent events
665
- if (!Queue->isInOrder()) {
+ if (!Queue.isInOrder()) {
666
// MEvents is not used anymore, so can move.
667
ResultEvent->getPreparedDepsEvents() =
668
std::move(impl->CGData.MEvents);
0 commit comments