Skip to content
This repository has been archived by the owner on Jan 24, 2024. It is now read-only.

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
zrr1999 committed Jan 12, 2023
1 parent 2e87626 commit 41e0360
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cinn/hlir/framework/op_lowering.cc
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ using Comparator = Graph::Group::SharedGroupComparator;
using Hasher = Graph::Group::SharedGroupHasher;

NodeData* GetNodeData(const Node* node) {
LOG(INFO) << node->id();
LOG(INFO) << GetAllNodeData(node).size();
auto node_data = (*node->outlinks().begin())->sink()->safe_as<NodeData>();
CHECK(node_data);
return node_data;
Expand Down

0 comments on commit 41e0360

Please sign in to comment.