SWDEV-337331 - Windows: DD=0 graph child Node fixes
Change-Id: Icd7fc3967a202946d3428eba99a1bbf43b9772db
Este cometimento está contido em:
cometido por
Ajay GunaShekar
ascendente
5bd8f8dbe6
cometimento
8d1bd607f9
@@ -740,7 +740,8 @@ hipError_t FillCommands(std::vector<std::vector<Node>>& parallelLists,
|
||||
first = false;
|
||||
continue;
|
||||
}
|
||||
amd::Command* rootCommand = new amd::Marker(*queue, false, {});
|
||||
// marker from the same queue as the list
|
||||
amd::Command* rootCommand = new amd::Marker(*singleList[0]->GetQueue(), false, {});
|
||||
amd::Command::EventWaitList waitList;
|
||||
waitList.push_back(rootCommand);
|
||||
if (!singleList.empty()) {
|
||||
|
||||
Criar uma nova questão referindo esta
Bloquear um utilizador