Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippGrulich committed Oct 16, 2024
1 parent 6ad1bb3 commit 4820355
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nautilus/src/nautilus/compiler/ir/util/GraphVizUtil.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -504,10 +504,12 @@ class GraphvizWriter {
case Operation::OperationType::MLIR_YIELD:
return "other";
}
return "other";
}

std::ostream& stream;
std::map<const Operation*, std::string> nodeIdMap;

};

std::string createGraphVizFromIr(const std::shared_ptr<IRGraph>& graph) {
Expand Down

0 comments on commit 4820355

Please sign in to comment.