SWDEV-318237 SWDEV-330173 - Fixes kernel parameter corruption when multiple nodes of the same kernelNode exist

Change-Id: I6437593be46b7b5afc3d77cdd887ad4139978ad3


[ROCm/clr commit: 5549c8cd1b]
This commit is contained in:
Sourabh Betigeri
2022-05-12 15:16:32 -07:00
committed by Ajay GunaShekar
parent 33ea8b153e
commit 5d26e66ed7
4 changed files with 207 additions and 39 deletions
@@ -645,7 +645,7 @@ ihipGraph* ihipGraph::clone(std::unordered_map<Node, Node>& clonedNodes) const{
newGraph->vertices_.push_back(node);
clonedNodes[entry] = node;
}
std::vector<Node> dependancies;
std::vector<Node> clonedEdges;
std::vector<Node> clonedDependencies;
for (auto node : vertices_) {