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 5fedfb4 commit 71962f7Copy full SHA for 71962f7
sycl/source/detail/scheduler/commands.cpp
@@ -2039,7 +2039,8 @@ cl_int ExecCGCommand::enqueueImp() {
2039
Req->MSYCLMemObj->MRecord->MAllocaCommands;
2040
2041
for (AllocaCommandBase *AllocaCmd : AllocaCmds)
2042
- if (HostTask->MQueue->getContextImplPtr() == AllocaCmd->getQueue()->getContextImplPtr()) {
+ if (HostTask->MQueue->getContextImplPtr() ==
2043
+ AllocaCmd->getQueue()->getContextImplPtr()) {
2044
auto MemArg =
2045
reinterpret_cast<pi_mem>(AllocaCmd->getMemAllocation());
2046
ReqToMem.emplace_back(std::make_pair(Req, MemArg));
0 commit comments