2
0

SWDEV-337331 - Windows: DD=0 graph child Node fixes

Change-Id: Icd7fc3967a202946d3428eba99a1bbf43b9772db
Este cometimento está contido em:
Ajay
2022-06-23 17:56:31 +00:00
cometido por Ajay GunaShekar
ascendente 5bd8f8dbe6
cometimento 8d1bd607f9
+2 -1
Ver ficheiro
@@ -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()) {