Skip to content

Commit 199c9ce

Browse files
authored
Merge pull request #1039 from NVIDIA/anuragd/typo_fix
chore: Typo fix. Stray semicolon in core file
2 parents de33b04 + c6dc1de commit 199c9ce

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

core/lowering/passes/linear_to_addmm.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ void replaceLinearWithBiasNonePattern(std::shared_ptr<torch::jit::Graph> graph)
3535
} else {
3636
torch::jit::WithInsertPoint guard(*it);
3737
std::shared_ptr<torch::jit::Graph> d_graph = toGraphFunction(decompose_funcs.get_function("linear")).graph();
38-
;
3938
torch::jit::Value* new_output = insertGraph(*it->owningGraph(), *d_graph, it->inputs()).at(0);
4039
new_output->setType(it->output()->type());
4140
it->output()->replaceAllUsesWith(new_output);

0 commit comments

Comments
 (0)