Skip to content

Commit ea94008

Browse files
committed
chore: fix typo
Signed-off-by: Bo Wang <[email protected]>
1 parent 8f27e94 commit ea94008

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/partitioning/partitioning.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ bool isModifyingNodes(torch::jit::Node* node, torch::jit::Value* val) {
3939
if (node->inputs()[i] == val) {
4040
const at::AliasInfo* formal = schema->arguments()[i].alias_info();
4141
if (formal && formal->isWrite()) {
42-
LOG_GRAPH("<Whatever is doing the modifying> Is modifying node " << util::node_info(n));
42+
LOG_GRAPH("<Whatever is doing the modifying> Is modifying node " << util::node_info(node));
4343
return true;
4444
}
4545
}

0 commit comments

Comments
 (0)