SWDEV-366653 - Added Implemention of DOT file generation for graph

Change-Id: I5ab6a58e49451b5e04f2e93bf594b985ac58cc8d
This commit is contained in:
Anusha Godavarthy Surya
2022-11-11 03:45:27 +00:00
committed by Anusha Godavarthy Surya
parent 5ec93c544e
commit 08c4619fab
3 changed files with 351 additions and 32 deletions
+1
View File
@@ -47,6 +47,7 @@ const char* GetGraphNodeTypeString(uint32_t op) {
};
int hipGraphNode::nextID = 0;
int ihipGraph::nextID = 0;
std::unordered_set<hipGraphNode*> hipGraphNode::nodeSet_;
amd::Monitor hipGraphNode::nodeSetLock_{"Guards global node set"};
std::unordered_set<ihipGraph*> ihipGraph::graphSet_;