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

Change-Id: Icd7fc3967a202946d3428eba99a1bbf43b9772db


[ROCm/clr commit: 8d1bd607f9]
This commit is contained in:
Ajay
2022-06-23 17:56:31 +00:00
committed by Ajay GunaShekar
parent b81ab5b937
commit 930215afb7
@@ -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()) {