Skip to content

Commit

Permalink
fix(test_op_aliasing): Fix the renamed op
Browse files Browse the repository at this point in the history
Signed-off-by: Naren Dasan <[email protected]>
Signed-off-by: Naren Dasan <[email protected]>
  • Loading branch information
narendasan committed Feb 9, 2021
1 parent 1660633 commit 91c3c80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/core/lowering/test_operator_aliasing_pass.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ TEST(LoweringPasses, LoweringTrueDivideCorrectly) {

auto sg = std::make_shared<torch::jit::Graph>();
torch::jit::parseIR(source_graph, &*sg);
trtorch::core::lowering::passes::ElementWisePass(sg);
trtorch::core::lowering::passes::AliasOperators(sg);

auto tg = std::make_shared<torch::jit::Graph>();
torch::jit::parseIR(target_graph, &*tg);
Expand Down

0 comments on commit 91c3c80

Please sign in to comment.